diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5da50126..55884c96 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,11 @@ AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LIBTOOL -PKG_CHECK_MODULES(MM, dbus-glib-1 >= 0.75 glib-2.0 >= 2.14 gmodule-2.0 gobject-2.0 hal) +PKG_CHECK_MODULES(MM, dbus-glib-1 >= 0.75 glib-2.0 >= 2.14 gmodule-2.0 gobject-2.0) + +PKG_CHECK_MODULES(GUDEV, gudev-1.0) +AC_SUBST(GUDEV_CFLAGS) +AC_SUBST(GUDEV_LIBS) AC_ARG_WITH(dbus-sys-dir, AS_HELP_STRING([--with-dbus-sys-dir=DIR], [where D-BUS system.d directory is])) @@ -67,6 +71,7 @@ esac AC_CONFIG_FILES([ Makefile marshallers/Makefile +callouts/Makefile src/Makefile plugins/Makefile test/Makefile |