summaryrefslogtreecommitdiff
path: root/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
new file mode 100644
index 0000000000..f61706a2c9
--- /dev/null
+++ b/Makefile.am.inc
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = \
+ -include $(top_builddir)/config.h \
+ -DSYSCONFDIR=\""$(sysconfdir)"\" \
+ -DUDEV_PREFIX=\""$(udev_prefix)"\" \
+ -D_LIBUDEV_COMPILATION
+
+AM_CFLAGS =
+
+AM_LDFLAGS =