annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
1 SUBDIRS = src man html info debian
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 42
diff changeset
2 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 42
diff changeset
3 html_DATA = AUTHORS COPYING ChangeLog NEWS README
22
d64a9df0dc02 switch to automake/autoconf
carl
parents: 16
diff changeset
4 CLEANFILES = xml/libpst xml/Makefile
95
ff1743cbe4aa initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
5
ff1743cbe4aa initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
6 pkgconfigdir = $(libdir)/pkgconfig
ff1743cbe4aa initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
7 pkgconfig_DATA = libpst.pc
ff1743cbe4aa initial attempt at building a shared library
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
8
42
7a97f50c39c5 security fix for potential buffer overrun in lz decompress
carl
parents: 35
diff changeset
9 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
78
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 67
diff changeset
10