From a66a22cd29417810d91c057c6febe817f3d7b26a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 22 Apr 2005 12:15:36 +0000 Subject: Add the textfile library for ASCII based file access --- common/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/Makefile.am (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 00000000..ffcddf6e --- /dev/null +++ b/common/Makefile.am @@ -0,0 +1,9 @@ +# +# $Id$ +# + +noinst_LIBRARIES = libtextfile.a + +libtextfile_a_SOURCES = textfile.h textfile.c + +MAINTAINERCLEANFILES = Makefile.in -- cgit