Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272540
Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 35-40 if ! test -z "$with_fw_dir" ; then Link Here
35
   FW_DIR="$with_fw_dir"
35
   FW_DIR="$with_fw_dir"
36
   AC_SUBST(FW_DIR)
36
   AC_SUBST(FW_DIR)
37
fi
37
fi
38
AM_CONDITIONAL([WITH_FW_DIR], [! test -z "$with_fw_dir"])
38
39
39
AC_ARG_WITH(fw-device-prefix,
40
AC_ARG_WITH(fw-device-prefix,
40
	[  --with-fw-device-prefix=<prefix>  Prefix of firewire device file names (default "fw").],
41
	[  --with-fw-device-prefix=<prefix>  Prefix of firewire device file names (default "fw").],
(-)a/src/Makefile.am (+4 lines)
Lines 6-12 lib_LTLIBRARIES = libraw1394.la Link Here
6
6
7
libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
7
libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
8
8
9
if WITH_FW_DIR
9
INCLUDES = -I$(FW_DIR)
10
INCLUDES = -I$(FW_DIR)
11
else
12
INCLUDES =
13
endif
10
14
11
libraw1394_la_SOURCES =   \
15
libraw1394_la_SOURCES =   \
12
	main.c            \
16
	main.c            \

Return to bug 272540