diff options
Diffstat (limited to 'udev/Makefile.am')
-rw-r--r-- | udev/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am index 5d47baa0b3..323f508b2d 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.am.inc + SUBDIRS = \ lib @@ -8,11 +10,6 @@ sbin_PROGRAMS = \ noinst_PROGRAMS = \ test-udev -AM_CPPFLAGS = \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -D_LIBUDEV_COMPILATION - common_ldadd = common_files = \ |