Module Name: othersrc
Committed By: lukem
Date: Tue Jan 5 07:15:58 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp/libedit: Makefile.am
Log Message:
Add libnetbsd.la to the LIBADD.
Fix provided by Adam Sampson.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/tnftp/libedit/Makefile.am
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/libedit/Makefile.am
diff -u othersrc/usr.bin/tnftp/libedit/Makefile.am:1.2 othersrc/usr.bin/tnftp/libedit/Makefile.am:1.3
--- othersrc/usr.bin/tnftp/libedit/Makefile.am:1.2 Mon Jan 4 06:26:58 2010
+++ othersrc/usr.bin/tnftp/libedit/Makefile.am Tue Jan 5 07:15:58 2010
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.2 2010/01/04 06:26:58 lukem Exp $
+## $NetBSD: Makefile.am,v 1.3 2010/01/05 07:15:58 lukem Exp $
noinst_LTLIBRARIES = libedit.la
@@ -29,6 +29,9 @@
-I$(top_srcdir) \
-I$(top_builddir)
+libedit_la_LIBADD = \
+ $(top_builddir)/libnetbsd/libnetbsd.la
+
generated_files = \
common.h \
emacs.h \