From 89647b74515978d6ddb1d543205ef8bc1daa9fec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Dec 2004 20:02:23 +0000 Subject: [PATCH] (LDADD): Define. --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 90eea079dd..0ba18bdcc9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,7 +18,9 @@ ## 02111-1307, USA. noinst_LIBRARIES = libfetish.a + noinst_PROGRAMS = t-fpending +LDADD = $(noinst_LIBRARIES) AM_CPPFLAGS = -I.. -I$(srcdir) DEFS += -DLIBDIR=\"$(libdir)\" -- 2.47.2