comparison Makefile.am @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents 57bc6251f8dd
children f50f4321aa2d
comparison
equal deleted inserted replaced
117:0a3d854b53f6 118:0f1492b7fe8b
1 SUBDIRS = src man html info debian 1 SUBDIRS = src man html info debian
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ 2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README 3 html_DATA = AUTHORS COPYING ChangeLog NEWS README
4 CLEANFILES = xml/libpst xml/Makefile 4 CLEANFILES = xml/libpst xml/Makefile
5 5
6 if BUILD_LIBPST_SHARED 6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfigdir = $(libdir)/pkgconfig 7 pkgconfig_DATA = libpst.pc
8 pkgconfig_DATA = libpst.pc
9 endif
10 8
11 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) 9 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
12 10
11 if !STATIC_TOOLS
12 libpstincludedir = $(includedir)/libpst
13 libpstinclude_HEADERS = config.h
14 endif