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 /extras/volume_id | |
parent | a4354f9385fa6854360729678491da64be996f03 (diff) |
always include config.h from Makefile
Diffstat (limited to 'extras/volume_id')
-rw-r--r-- | extras/volume_id/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extras/volume_id/Makefile.am b/extras/volume_id/Makefile.am index 3e11d5c348..4d904d83c3 100644 --- a/extras/volume_id/Makefile.am +++ b/extras/volume_id/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.am.inc + SUBDIRS = \ lib @@ -5,11 +7,6 @@ udevhomedir = $(udev_prefix)/lib/udev udevhome_PROGRAMS = \ vol_id -AM_CPPFLAGS = \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -D_LIBUDEV_COMPILATION - vol_id_SOURCES = \ vol_id.c \ ../../udev/lib/libudev.h \ |