From 87825053d53e240df59279619e5ae2d50520983c Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Fri, 26 Feb 1999 21:37:10 +0000 Subject: [PATCH] fixed problem reported by Gary V. --- depdemo/l4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depdemo/l4/Makefile.am b/depdemo/l4/Makefile.am index 2549363c1..1bfea223c 100644 --- a/depdemo/l4/Makefile.am +++ b/depdemo/l4/Makefile.am @@ -5,4 +5,4 @@ INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libl4.la libl4_la_SOURCES = l4.c l4.h -libl4_la_LIBADD = $(top_builddir)/l3/libl3.la $(LIBADD_M) +libl4_la_LIBADD = $(top_builddir)/l3/libl3.la -- 2.47.2