Add versioning to library.
authorjbj <devnull@localhost>
Thu, 20 Feb 2003 20:58:11 +0000 (20:58 +0000)
committerjbj <devnull@localhost>
Thu, 20 Feb 2003 20:58:11 +0000 (20:58 +0000)
Pick up remaining expat files.

CVS patchset: 6066
CVS date: 2003/02/20 20:58:11

expat/Makefile.am
expat/examples/.cvsignore
expat/lib/.cvsignore
expat/lib/Makefile.am
expat/xmlwf/.cvsignore

index a4a7514..32527c5 100644 (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
index e995588..21eb53c 100644 (file)
@@ -1,3 +1,6 @@
 .deps
+.libs
 Makefile
 Makefile.in
+elements
+outline
index e995588..9fb9857 100644 (file)
@@ -1,3 +1,6 @@
+*.la
+*.lo
 .deps
+.libs
 Makefile
 Makefile.in
index ca4ff30..463253c 100644 (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@
index e995588..4d442c3 100644 (file)
@@ -1,3 +1,5 @@
 .deps
+.libs
 Makefile
 Makefile.in
+xmlwf