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 /udev/lib/Makefile.am | |
parent | a4354f9385fa6854360729678491da64be996f03 (diff) |
always include config.h from Makefile
Diffstat (limited to 'udev/lib/Makefile.am')
-rw-r--r-- | udev/lib/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/udev/lib/Makefile.am b/udev/lib/Makefile.am index 4cbae2e4ca..7329ab6c65 100644 --- a/udev/lib/Makefile.am +++ b/udev/lib/Makefile.am @@ -1,7 +1,4 @@ -AM_CPPFLAGS = \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -D_LIBUDEV_COMPILATION +include $(top_srcdir)/Makefile.am.inc noinst_PROGRAMS = \ test-libudev |