summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/vm/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:30 +0000
commit7020377e8f2214d2adbda252c52ecd54e15d7e97 (patch)
tree0d1aff815863220cb9ad20f070a110f0c17aeedd /c/src/libnetworking/vm/Makefile.am
parent2001-05-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7020377e8f2214d2adbda252c52ecd54e15d7e97.tar.bz2
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move networking libraries to c/src/exec/libnetworking * configure.ac: Reflect Moval. * Makefile.am: Reflect Moval. * wrapup/Makefile.am: Reflect Moval.
Diffstat (limited to 'c/src/libnetworking/vm/Makefile.am')
-rw-r--r--c/src/libnetworking/vm/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/libnetworking/vm/Makefile.am b/c/src/libnetworking/vm/Makefile.am
deleted file mode 100644
index ac718e1a03..0000000000
--- a/c/src/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