-rw-r--r-- | Makefile.am | 5 |
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 | |||
@@ -1,17 +1,14 @@ | |||
1 | 1 | ||
2 | SUBDIRS=include lib test | 2 | SUBDIRS=include lib test |
3 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl | 3 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl |
4 | 4 | ||
5 | DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig | 5 | pkgconfigdir=${libdir}/pkgconfig |
6 | if HAVE_PKGCONFIG | ||
7 | pkgconfigdir=@PKGCONFIG_DIR@ | ||
8 | pkgconfig_DATA=libopkele.pc | 6 | pkgconfig_DATA=libopkele.pc |
9 | endif | ||
10 | 7 | ||
11 | all-local: NEWS | 8 | all-local: NEWS |
12 | if HAVE_DOXYGEN | 9 | if HAVE_DOXYGEN |
13 | clean-local: | 10 | clean-local: |
14 | rm -rf doxydox | 11 | rm -rf doxydox |
15 | endif | 12 | endif |
16 | 13 | ||
17 | NEWS: NEWS.xsl NEWS.xml | 14 | NEWS: NEWS.xsl NEWS.xml |