2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
	* rtems++/Makefile.am: LD_FLAGS = -lrtems++.
This commit is contained in:
Joel Sherrill
2001-09-27 13:28:35 +00:00
parent b68e01c5d9
commit 4fec22e738
4 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
* rtems++/Makefile: Remove LD_LIBS.
* rtems++/Makefile.am: LD_FLAGS = -lrtems++.
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -34,6 +34,8 @@ include $(top_srcdir)/libtests.am
#
if HAS_CXX
LD_LIBS = -lrtems++
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)