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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/arpa/Makefile.am b/c/src/exec/libnetworking/arpa/Makefile.am
index 6ee4bfbe74..6109a77ad7 100644
--- a/c/src/exec/libnetworking/arpa/Makefile.am
+++ b/c/src/exec/libnetworking/arpa/Makefile.am
@@ -8,7 +8,8 @@ H_FILES = ftp.h inet.h nameser.h nameser_compat.h telnet.h
noinst_HEADERS = $(H_FILES)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
+ $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
$(PROJECT_INCLUDE)/arpa:
@$(mkinstalldirs) $@