summaryrefslogtreecommitdiffabout
path: root/Makefile.am
authorMichael Krelin <hacker@klever.net>2007-10-01 13:25:32 (UTC)
committer Michael Krelin <hacker@klever.net>2007-10-01 13:25:32 (UTC)
commita4c2f2e18459bc8f97860362cbde9070f51993d8 (patch) (side-by-side diff)
treea84f9f296c64b22c0891f94a40dfbad68e5f2292 /Makefile.am
parent1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea (diff)
downloadlibopkele-a4c2f2e18459bc8f97860362cbde9070f51993d8.zip
libopkele-a4c2f2e18459bc8f97860362cbde9070f51993d8.tar.gz
libopkele-a4c2f2e18459bc8f97860362cbde9070f51993d8.tar.bz2
don't be smart about pkgconfig dir
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'Makefile.am') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 741d585..638d6af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,8 @@
SUBDIRS=include lib test
EXTRA_DIST= NEWS NEWS.xml NEWS.xsl
-DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig
-if HAVE_PKGCONFIG
-pkgconfigdir=@PKGCONFIG_DIR@
+pkgconfigdir=${libdir}/pkgconfig
pkgconfig_DATA=libopkele.pc
-endif
all-local: NEWS
if HAVE_DOXYGEN