diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-19 23:03:49 -0700 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-19 23:03:49 -0700 |
commit | 38f27948cdafd8a4b90a6b4f1f54b89891983506 (patch) | |
tree | 1d4f2483572bc71e68bd44b6097aa1940551dcd3 /Makefile.am.inc | |
parent | a4354f9385fa6854360729678491da64be996f03 (diff) |
always include config.h from Makefile
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 9 |
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 = |