diff options
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 |