summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/automake/lib.am16
2 files changed, 4 insertions, 16 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 0f1fea6c36..964a3eb57b 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * automake/lib.am: Remove (Unused).
+
+2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Don't include lib.am.
* automake/compile.am: Use automake compilation rules.
diff --git a/c/src/automake/lib.am b/c/src/automake/lib.am
deleted file mode 100644
index d910a8fbff..0000000000
--- a/c/src/automake/lib.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-## LD = @LD@
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-@$(mkdir_p) $(ARCH)
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef