summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/machine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/libnetworking/machine/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/exec/libnetworking/machine/Makefile.am b/c/src/exec/libnetworking/machine/Makefile.am
deleted file mode 100644
index b3c8f64282..0000000000
--- a/c/src/exec/libnetworking/machine/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-
-include_machinedir = $(includedir)/machine
-
-include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
- types.h vmparam.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
- $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
-
-$(PROJECT_INCLUDE)/machine:
- @$(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/machine/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../automake/local.am