summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-22 12:15:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-22 12:15:36 +0000
commita66a22cd29417810d91c057c6febe817f3d7b26a (patch)
tree2bcb4eea28a7c693e2c0ebbda3e6e120ae2658a4 /common/Makefile.am
parent70e5fac9bd0fb2294eb7e585c005eb096ae84f5d (diff)
Add the textfile library for ASCII based file access
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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