summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/vm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/vm/Makefile.am')
-rw-r--r--c/src/exec/libnetworking/vm/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/exec/libnetworking/vm/Makefile.am b/c/src/exec/libnetworking/vm/Makefile.am
deleted file mode 100644
index beddcba490..0000000000
--- a/c/src/exec/libnetworking/vm/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-
-
-
-include_vmdir = $(includedir)/vm
-
-include_vm_HEADERS = vm.h vm_extern.h vm_kern.h vm_param.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/vm \
- $(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/vm/%)
-
-$(PROJECT_INCLUDE)/vm:
- @$(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/vm/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../automake/local.am