summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-05-10 16:02:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-05-10 16:02:11 +0000
commit51ca358ac75271c6ddd10cc0fd2460ba88a45015 (patch)
tree18a995a3fd2833223c849c39e6e0af8b066dcda5 /testsuites/samples/pppd/Makefile.am
parent2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-51ca358ac75271c6ddd10cc0fd2460ba88a45015.tar.bz2
2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS, NETTESTS. Add iostream/. * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am: Reflect changes above. * cdtest/main.cc: Adaptation to new C++ standards.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index b4b7f1d2ed..5263c395de 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -26,12 +26,10 @@ include $(top_srcdir)/sample.am
# (OPTIONAL) Add local stuff here using +=
#
-if HAS_NETWORKING
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-endif
EXTRA_DIST = $(C_FILES) $(H_FILES)