c9bdf6f0a4
Create mhl/string.c file
13 строки
170 B
Makefile
13 строки
170 B
Makefile
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libmhl.a
|
|
|
|
libmhl_a_SOURCES = \
|
|
env.h \
|
|
memory.h \
|
|
shell_escape.h \
|
|
strhash.h \
|
|
string.c string.h
|
|
|
|
EXTRA_DIST = README
|