chiark / gitweb /
Also merge into the top-level Makefile.am the simpler extras.
[elogind.git] / Makefile.am.inc
index 802143bb6b14a3f734791185872a41d95753ddda..59d21aa22e380aed3360916b87a6ade0c9ce47f6 100644 (file)
@@ -1,10 +1,14 @@
 AM_CPPFLAGS = \
        -include $(top_builddir)/config.h \
-       -I$(top_builddir)/libudev \
+       -I$(top_srcdir)/libudev \
        -DSYSCONFDIR=\""$(sysconfdir)"\" \
-       -DUDEV_PREFIX=\""$(udev_prefix)"\"
+       -DLIBEXECDIR=\""$(libexecdir)"\"
 
 AM_CFLAGS =
 
 AM_LDFLAGS = \
        -Wl,--as-needed
+
+udevrulesdir = \
+       $(libexecdir)/rules.d
+