This commit is contained in:
2008-08-20 05:00:26 +00:00
parent e1ec3d582d
commit 6effdf92ad
4 changed files with 58 additions and 18 deletions

View File

@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = nostdinc
AM_CFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libasecmn.la
libasecmn_la_SOURCES = mem.h \
map.c mem.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c sll.c dll.c
libasecmn_la_SOURCES = mem.h chr.h \
mem.c chr.c map.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c sll.c dll.c
libasecmn_la_LDFLAGS = -version-info 1:0:0