2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* start/Makefile.am:
	Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
	(Didn't make it into cvs at 2002-07-20 :( )
This commit is contained in:
Ralf Corsepius
2002-07-21 05:09:23 +00:00
parent 5543770e78
commit 8a49cc65e6
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am:
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
(Didn't make it into cvs at 2002-07-20 :( )
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove leftover from eliminating PGM.

View File

@@ -23,6 +23,8 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# to create the program's environment.
AM_CPPFLAGS += -DARM_RDI_MONITOR
bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o
$(INSTALL_DATA) $< $@