summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-05 20:02:23 +0000
committerJim Meyering <jim@meyering.net>2004-12-05 20:02:23 +0000
commit89647b74515978d6ddb1d543205ef8bc1daa9fec (patch)
treec881fcb0c8364f84eb32f38f09116b5e4f7e07dd /lib/Makefile.am
parent55ec26651c2ddab1da200deff39b2955be082485 (diff)
downloadcoreutils-89647b74515978d6ddb1d543205ef8bc1daa9fec.tar.xz
(LDADD): Define.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 90eea079d..0ba18bdcc 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)\"