blob: 7159281330df3cfdb5cb587d2b4f420646f7af57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
noinst_LIBRARIES = libtextfile.a
libtextfile_a_SOURCES = textfile.h textfile.c
noinst_PROGRAMS = test_textfile
test_textfile_LDADD = libtextfile.a
MAINTAINERCLEANFILES = Makefile.in
|