blob: 3cc9318dad3a0569cbb0cd3e418992bb8d7ab961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# $Id$
#
noinst_LIBRARIES = libtextfile.a
libtextfile_a_SOURCES = textfile.h textfile.c
noinst_PROGRAMS = test_textfile
test_textfile_LDADD = libtextfile.a
MAINTAINERCLEANFILES = Makefile.in
|