author | Michael Krelin <hacker@klever.net> | 2007-10-01 13:41:33 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-10-01 13:41:33 (UTC) |
commit | c7be373560c95ed9d1214b17bed6215f49f844d6 (patch) (side-by-side diff) | |
tree | 7bf0666a3207ed932cdd0e2c6d1875a745b89192 /Makefile.am | |
parent | 29f2fd81e0f4e62c54371b90469d64ec5e47bd8a (diff) | |
download | sitecing-next.zip sitecing-next.tar.gz sitecing-next.tar.bz2 |
don't be smart about pkgconfig dirpublic/nextnext
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fb04e49..01b6df7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,19 @@ SUBDIRS=include lib share src components 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=sitecing.pc -endif all-local: NEWS if HAVE_DOXYGEN clean-local: rm -rf doxydox endif NEWS: NEWS.xsl NEWS.xml ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml if HAVE_DOXYGEN dox: ${DOXYGEN} endif |