summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-11-01 16:56:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-11-01 16:56:45 +0000
commitfe8f6f45a86efb2d356c3084b7991b90d8f319ea (patch)
tree92bdc34e409c5e85b76525688a89a59d8b22314e /common/Makefile.am
parent0443fc32d957c04964d6b875fbb203980b57775a (diff)
Move glib-ectomy.[ch] into the common directory
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 71592813..5a5a4702 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,8 +1,10 @@
-noinst_LIBRARIES = libtextfile.a
+noinst_LIBRARIES = libtextfile.a libglib-ectomy.a
libtextfile_a_SOURCES = textfile.h textfile.c
+libglib_ectomy_a_SOURCES = glib-ectomy.h glib-ectomy.c
+
noinst_PROGRAMS = test_textfile
test_textfile_LDADD = libtextfile.a