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:
parent
867c614403
commit
8940ecbe62
|
@ -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
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
elements
|
||||
outline
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
*.la
|
||||
*.lo
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
xmlwf
|
||||
|
|
Loading…
Reference in New Issue