summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/arpa/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/arpa/Makefile.am')
-rw-r--r--c/src/exec/libnetworking/arpa/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/exec/libnetworking/arpa/Makefile.am b/c/src/exec/libnetworking/arpa/Makefile.am
deleted file mode 100644
index 7035012a57..0000000000
--- a/c/src/exec/libnetworking/arpa/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-
-include_arpadir = $(includedir)/arpa
-
-include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/arpa \
- $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/arpa/%)
-
-$(PROJECT_INCLUDE)/arpa:
- @$(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/arpa/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../automake/local.am