From 4dea370d493c6d94799e63128398ae8374b999b4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 1 Oct 2008 18:02:39 +0200 Subject: build: include Makefile.am.inc in all Makefile.am Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h. --- extras/volume_id/lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extras/volume_id') diff --git a/extras/volume_id/lib/Makefile.am b/extras/volume_id/lib/Makefile.am index 59a5ac990b..0b0c80ba21 100644 --- a/extras/volume_id/lib/Makefile.am +++ b/extras/volume_id/lib/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.am.inc + rootlibdir = $(exec_prefix)/$(libdir_name) rootlib_LTLIBRARIES = \ libvolume_id.la -- cgit v1.2.3-54-g00ecf