diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index ffcddf6e..3cc9318d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -6,4 +6,8 @@ noinst_LIBRARIES = libtextfile.a libtextfile_a_SOURCES = textfile.h textfile.c +noinst_PROGRAMS = test_textfile + +test_textfile_LDADD = libtextfile.a + MAINTAINERCLEANFILES = Makefile.in |