blob: a74e43dc7e6a673ac6954e79cb4c7436c06265f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig 2016-05-27 09:08:08 UTC
+++ Makefile.am
@@ -11,7 +11,7 @@ DOC_FILES = \
EXTRA_DIST = \
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt example
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = msgpack.pc
doxygen:
|