2008-06-15 02:15:37 +00:00
|
|
|
|
2008-06-20 03:44:45 +00:00
|
|
|
AUTOMAKE_OPTIONS = nostdinc
|
2008-06-20 03:54:58 +00:00
|
|
|
AM_CFLAGS = -I$(top_builddir)/include
|
2008-06-26 23:48:54 +00:00
|
|
|
|
2008-06-15 02:15:37 +00:00
|
|
|
lib_LTLIBRARIES = libasecmn.la
|
2008-08-20 05:00:26 +00:00
|
|
|
libasecmn_la_SOURCES = mem.h chr.h \
|
2008-08-23 01:06:35 +00:00
|
|
|
mem.c chr.c map.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c \
|
|
|
|
sll.c dll.c opt.c
|
2008-07-03 08:08:38 +00:00
|
|
|
libasecmn_la_LDFLAGS = -version-info 1:0:0
|
2008-06-15 02:15:37 +00:00
|
|
|
|