You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $Id$ |
|
|
|
lib_LTLIBRARIES = libmej.la |
|
|
|
libmej_la_SOURCES = debug.c mem.c strings.c snprintf.c |
|
|
|
INCLUDES = -I. -I.. -I$(includedir) -I$(prefix)/include |
|
|
|
libmej_la_LDFLAGS = -version-info 9:0:9 |
|
|
|
EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c |
|
|
|
|