summaryrefslogtreecommitdiffabout
path: root/Makefile.am
authorMichael Krelin <hacker@klever.net>2007-10-01 08:15:49 (UTC)
committer Michael Krelin <hacker@klever.net>2007-10-01 08:15:49 (UTC)
commitf886bfcc7e91a54421c36456d40a8e4eb97e4b49 (patch) (side-by-side diff)
treeb92499bf36d4d8042d3e82621a3c94a7e410e1f6 /Makefile.am
parenta2d909d2ecaaf80e6d0e063f37fa04ed6934c185 (diff)
downloadkonforka-f886bfcc7e91a54421c36456d40a8e4eb97e4b49.zip
konforka-f886bfcc7e91a54421c36456d40a8e4eb97e4b49.tar.gz
konforka-f886bfcc7e91a54421c36456d40a8e4eb97e4b49.tar.bz2
don't try to be smart about pkgconfig directory
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 aab3c4b..4c706b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,8 @@
SUBDIRS=include lib
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=konforka.pc
-endif
all-local: NEWS
if HAVE_DOXYGEN