summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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)