]> arthur.barton.de Git - netatalk.git/blobdiff - configure.ac
Merge remote-tracking branch 'origin/develop' into spotlight
[netatalk.git] / configure.ac
index 0b5a752e520d84f1da9133964c9e0816b17cec47..d79766086256004481f73d33fe8e2670754fb9d7 100644 (file)
@@ -188,13 +188,19 @@ AC_NETATALK_SPOTLIGHT
 dnl libatalk API checks
 AC_DEVELOPER
 
+dnl Check for dtrace
+AC_NETATALK_DTRACE
+
+dnl Check for dbus-glib, for AFP stats on dbus
+AC_NETATALK_DBUS_GLIB
+
 dnl FHS stuff has to be done last because it overrides other defaults
 AC_NETATALK_FHS
 
 dnl netatalk lockfile path, must come after AC_NETATALK_FHS
 AC_NETATALK_LOCKFILE
 
-CFLAGS="-I\$(top_srcdir)/include -I\$(top_srcdir)/sys $CFLAGS"
+CFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include $CFLAGS"
 UAMS_PATH="${uams_path}"
 
 AC_SUBST(LIBS)