Add versioning to library.

Pick up remaining expat files.

CVS patchset: 6066
CVS date: 2003/02/20 20:58:11
This commit is contained in:
jbj 2003-02-20 20:58:11 +00:00
parent 867c614403
commit 8940ecbe62
5 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = 1.4 foreign
LINT = splint
EXTRA_DIST = autogen.sh Changes MANIFEST README
EXTRA_DIST = \
autogen.sh Changes MANIFEST README \
bcb5/[ABD-Za-z]* vms/[ABD-Za-z]* win32/[ABD-Za-z]*
SUBDIRS = lib xmlwf doc examples tests # bcb4 vms win32
SUBDIRS = lib xmlwf doc examples tests

View File

@ -1,3 +1,6 @@
.deps
.libs
Makefile
Makefile.in
elements
outline

View File

@ -1,3 +1,6 @@
*.la
*.lo
.deps
.libs
Makefile
Makefile.in

View File

@ -16,3 +16,4 @@ noinst_HEADERS = \
usrlibdir = $(libdir)@MARK64@
usrlib_LTLIBRARIES = libexpat.la
libexpat_la_SOURCES = xmlparse.c xmlrole.c xmltok.c
libexpat_la_LDFLAGS = -no-undefined -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@

View File

@ -1,3 +1,5 @@
.deps
.libs
Makefile
Makefile.in
xmlwf