summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 07:25:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 07:25:09 +0000
commit3a9d9e1e12c9be82b84cc3f0444616d1f7a6067c (patch)
treeeff52f437eb48f18d4d74360dc4440bf0cc999d4 /testsuites/samples/pppd/Makefile.am
parent2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3a9d9e1e12c9be82b84cc3f0444616d1f7a6067c.tar.bz2
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST. * pppd/Makefile-user: Remove.
Diffstat (limited to 'testsuites/samples/pppd/Makefile.am')
-rw-r--r--testsuites/samples/pppd/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 1d448afa65..0ec23cde40 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -22,4 +22,8 @@ pppd$(EXEEXT): $(pppd_OBJECTS) $(pppd_DEPENDENCIES)
@rm -f pppd$(EXEEXT)
$(make-exe)
+EXTRA_DIST =
+EXTRA_DIST += ppp.conf
+EXTRA_DIST += pppd.options
+
include $(top_srcdir)/../automake/local.am