- Timestamp:
- 09/02/07 20:55:44 (15 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
Makefile.am (modified) (1 diff)
-
configure.in (modified) (4 diffs)
-
obexftp.pc.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r188 r189 10 10 tcl.m4 11 11 12 pkgconfigdir = $(libdir)/pkgconfig 13 14 pkgconfig_DATA = obexftp.pc 15 12 16 # no uninstall for perl -- ignore it 13 17 distuninstallcheck_listfiles = find . -type f \ -
trunk/configure.in
r172 r189 29 29 # Checks for libraries. 30 30 PKG_CHECK_MODULES(OPENOBEX,openobex) 31 REQUIRES="openobex" 31 32 32 33 AM_ICONV … … 34 35 BLUETOOTH_CHECK 35 36 if test "${bluez_found}" = "yes"; then 37 REQUIRES="$REQUIRES bluez" 36 38 SDPLIB_CHECK 37 39 fi 38 40 USB_CHECK 41 if test "${am_cv_usb_found}" = "yes"; then 42 REQUIRES="$REQUIRES libusb" 43 fi 39 44 40 45 # check for optional swig rebuild … … 137 142 AC_SUBST(MULTICOBEX_VERSION) 138 143 AC_SUBST(BFB_VERSION) 144 AC_SUBST(REQUIRES) 139 145 140 146 # should use AC_CONFIG_FILES … … 155 161 obexftp/Makefile 156 162 obexftp.spec 163 obexftp.pc 157 164 ])
