2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Don't install.
This commit is contained in:
Ralf Corsepius
2002-08-01 16:15:37 +00:00
parent c8f1338f70
commit 18dce917b5
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't install.
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* sys/param.h: Removed as a simpler version of this file is

View File

@@ -18,9 +18,6 @@ include $(top_srcdir)/../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
$(project_libdir)/libnetworking$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@
all-local: $(ARCH) $(OBJS) $(LIB)
all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../automake/local.am