diff Makefile.am @ 122:bdb38b434c0a

more changes from Fridrich Strba to avoid installing our config.h
author Carl Byington <carl@five-ten-sg.com>
date Mon, 02 Feb 2009 21:55:48 -0800
parents f50f4321aa2d
children e35fd42bac05
line wrap: on
line diff
--- a/Makefile.am	Sun Feb 01 19:21:47 2009 -0800
+++ b/Makefile.am	Mon Feb 02 21:55:48 2009 -0800
@@ -1,14 +1,11 @@
-SUBDIRS = src man html info debian libpst
+SUBDIRS = src man html info debian
 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
 html_DATA = AUTHORS COPYING ChangeLog NEWS README
 CLEANFILES = xml/libpst xml/Makefile
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libpst.pc
-
 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
 
 if !STATIC_TOOLS
-    libpstincludedir      = $(includedir)/libpst
-    libpstinclude_HEADERS = config.h
+    pkgconfigdir   = $(libdir)/pkgconfig
+    pkgconfig_DATA = libpst.pc
 endif