comparison Makefile.am @ 95:ff1743cbe4aa

initial attempt at building a shared library
author Carl Byington <carl@five-ten-sg.com>
date Sat, 13 Sep 2008 20:15:40 -0700
parents b370d9e8aa10
children 57bc6251f8dd
comparison
equal deleted inserted replaced
94:997cf1373f9e 95:ff1743cbe4aa
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
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = libpst.pc
8
5 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*)
6 10