blob: c160ea838b4300a892ebaa69c5228725df67feeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Sun Mar 19 11:21:45 2006
+++ Makefile.in Sun Mar 19 11:22:15 2006
@@ -139,7 +139,7 @@
SUBDIRS = src tests progs doc
EXTRA_DIST = $(wildcard pccts/*.[ch]) btparse.pc.in
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libdir)/../libdata/pkgconfig
pkgconfig_DATA = btparse.pc
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|