summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 17:01:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 17:01:52 +0000
commit1335ed7a0395efa2462c494a5b0d92233e7169f0 (patch)
treeb3ecb30ab58d5928793fe01182b7d6d01e80b9b4 /testsuites/samples/pppd/Makefile.am
parentchanges (diff)
downloadrtems-1335ed7a0395efa2462c494a5b0d92233e7169f0.tar.bz2
2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Reflect libpppd having been split out.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 5263c395de..ad1bf6f63e 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -26,6 +26,8 @@ include $(top_srcdir)/sample.am
# (OPTIONAL) Add local stuff here using +=
#
+LD_LIBS = -lpppd
+
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)