diff options
author | Neil Williams <codehelp@debian.org> | 2008-01-09 22:36:36 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-01-09 22:36:36 +0100 |
commit | a141b43506c20f6681e428c5c73f3c35adb8ea2d (patch) | |
tree | abc061aae159fce5f08e2275e317b65a128bfd1a | |
parent | 1b4f9b167b2d71fc12acdc953aa34474bfa93f73 (diff) |
volume_id: add prefix=, exec_prefix=
-rw-r--r-- | extras/volume_id/lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 925eff9f98..499d486623 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -91,6 +91,8 @@ $(SHLIB): $(HEADERS) exported_symbols $(addprefix .shlib/,$(OBJS)) libvolume_id.pc: $(E) " GENPC " $@ + $(Q) echo "prefix=${prefix}/usr" >> $@ + $(Q) echo "exec_prefix=\$${prefix}" >> $@ $(Q) echo "libdir=${usrlibdir}" >> $@ $(Q) echo "includedir=${includedir}" >> $@ $(Q) echo "" >> $@ |