From 4bec45c139cdef10aec65abdf0226bf49481dceb Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 23 Apr 2007 16:29:56 +0000 Subject: [PATCH] Fix for second part of Redhat Bug #237497 --- lib/expr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index f020c7e8d..2e667faf5 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -34,7 +34,7 @@ libexpr_C_la_LIBADD = \ libexpr_la_LDFLAGS = -version-info @VERSION_INFO@ libexpr_la_SOURCES = $(libexpr_C_la_SOURCES) -libexpr_la_LIBADD = $(libexpr_C_la_LIBADD) +libexpr_la_LIBADD = $(libexpr_C_la_LIBADD) \ $(top_builddir)/lib/cdt/libcdt.la $(libexpr_la_OBJECTS): exparse.h exparse.c exgram.h exop.h -- 2.40.0