
mhl/string.h: rename to mhl_string.h mhl/memory.h: - Remove REGEX_MALLOC - avoid "alloca redefined" warning
13 строки
178 B
Makefile
13 строки
178 B
Makefile
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libmhl.a
|
|
|
|
libmhl_a_SOURCES = \
|
|
env.h \
|
|
memory.h \
|
|
shell_escape.h \
|
|
strhash.h \
|
|
mhl_string.c mhl_string.h
|
|
|
|
EXTRA_DIST = README
|