Module Name: othersrc
Committed By: lukem
Date: Sat Nov 7 10:56:26 UTC 2009
Modified Files:
othersrc/libexec/tnftpd/ls: Makefile.am
Log Message:
link against libnetbsd so the replacements take priority
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/ls/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/libexec/tnftpd/ls/Makefile.am
diff -u othersrc/libexec/tnftpd/ls/Makefile.am:1.1 othersrc/libexec/tnftpd/ls/Makefile.am:1.2
--- othersrc/libexec/tnftpd/ls/Makefile.am:1.1 Sat Nov 7 09:54:23 2009
+++ othersrc/libexec/tnftpd/ls/Makefile.am Sat Nov 7 10:56:26 2009
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.1 2009/11/07 09:54:23 lukem Exp $
+## $NetBSD: Makefile.am,v 1.2 2009/11/07 10:56:26 lukem Exp $
noinst_LTLIBRARIES = libls.la
@@ -14,3 +14,6 @@
-I$(top_srcdir)/libnetbsd \
-I$(top_srcdir) \
-I$(top_builddir)
+
+libls_la_LIBADD = \
+ ../libnetbsd/libnetbsd.la