summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/loopback/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/samples/loopback/Makefile.am b/testsuites/samples/loopback/Makefile.am
index d2864b704d..59459b20aa 100644
--- a/testsuites/samples/loopback/Makefile.am
+++ b/testsuites/samples/loopback/Makefile.am
@@ -27,12 +27,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) $(DOCS)