summaryrefslogtreecommitdiffstats
path: root/libblkid/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-08-15 01:53:40 +0200
committerKarel Zak2012-08-15 02:06:53 +0200
commitd4baf92e50da3545f80c87d12e4e3827febcc4fa (patch)
tree2997b77f723a39977c671913654405a3afa06239 /libblkid/Makemodule.am
parentcolumn: --separator segfaults (diff)
downloadkernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.tar.gz
kernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.tar.xz
kernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.zip
build-sys: expand paths at make time
autoconf docs about *dir variables (e.g bindir): ... A corollary is that you should not use these variables except in makefiles... ...you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/Makemodule.am')
-rw-r--r--libblkid/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libblkid/Makemodule.am b/libblkid/Makemodule.am
index 6df008533..b4f6f9c4e 100644
--- a/libblkid/Makemodule.am
+++ b/libblkid/Makemodule.am
@@ -9,7 +9,8 @@ SUBDIRS += libblkid/docs
endif
pkgconfig_DATA += libblkid/blkid.pc
+PATHFILES += libblkid/blkid.pc
dist_man_MANS += libblkid/libblkid.3
-EXTRA_DIST += libblkid/blkid.pc.in libblkid/libblkid.3 libblkid/COPYING
+EXTRA_DIST += libblkid/libblkid.3 libblkid/COPYING
endif # BUILD_LIBBLKID