blob: 31358b6e36d457a8e7c0c8c1eb6febe2b514d288 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- common/Makefile.in.orig 2008-02-23 17:18:24.000000000 +0100
+++ common/Makefile.in 2008-02-23 17:18:53.000000000 +0100
@@ -318,7 +318,8 @@
$(DATA_DIR)
pkgconfig_DATA = gnokii.pc
-pkgconfigdir = $(libdir)/pkgconfig
+libdatadir = $(libdir)data
+pkgconfigdir = $(libdatadir)/pkgconfig
libgnokii_la_CPPFLAGS = -DLIBDIR="\"$(libdir)\""
libgnokii_la_CFLAGS = -I$(top_srcdir)/include
libgnokii_la_SOURCES = \
|