7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
|
|
AUTOMAKE_OPTIONS = nostdinc
|
|
AM_CFLAGS = -I$(top_builddir)/include
|
|
lib_LTLIBRARIES = libasecmn.la
|
|
libasecmn_la_SOURCES = map.c mem.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c
|
|
|