9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
|
# Build libtext
|
||
|
|
|
||
|
|
noinst_LIBRARIES = libtext.a
|
||
|
|
libtext_a_SOURCES = \
|
||
|
|
easy_pattern_match.c find_next_line.c find_string.c \
|
||
|
|
easy_sprintf.c transform_text.c wordwrap.c
|
||
|
|
|
||
|
|
noinst_HEADERS = text.h
|