diff options
author | Karel Zak <kzak@redhat.com> | 2009-11-06 03:05:27 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-11-06 03:28:00 +0100 |
commit | 959ac815b67a43f9b5f70a1dc294d2cf3a61fc2c (patch) | |
tree | 61c1ed3ccee1e09ad2140989c29dd8da9dbcf418 /mount | |
parent | 2935a4a49f453f5e1eb770add5455983d45596cd (diff) | |
download | util-linux-old-959ac815b67a43f9b5f70a1dc294d2cf3a61fc2c.tar.gz |
build-sys: fix out-of-source build
The blkid.h file is generated and stored in $top_builddir.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r-- | mount/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am index 60ea59e0..ca44d007 100644 --- a/mount/Makefile.am +++ b/mount/Makefile.am @@ -72,7 +72,7 @@ endif if BUILD_LIBBLKID ldadd_common += $(ul_libblkid_la) ldadd_static += $(ul_libblkid_la) -cflags_common += -I$(ul_libblkid_srcdir) +cflags_common += -I$(ul_libblkid_incdir) else ldadd_common += $(BLKID_LIBS) ldadd_static += $(BLKID_LIBS_STATIC) |