blob: 6440d0345196344e216e3130abf1b06c15f141bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/libcw/Makefile.in.orig 2015-06-10 20:55:54 UTC
+++ src/libcw/Makefile.in
@@ -690,7 +690,7 @@ libcw_test_simple_gen_LDADD = -lm -lpthr
libcw_test_simple_gen_CFLAGS = -rdynamic
# target: libcw.pc
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = ${prefix}/libdata/pkgconfig
# CLEANFILES extends list of files that need to be removed when
# calling "make clean"
|