forked from Imagelibrary/rtems
2001-11-01 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Make sure debug variant of librtems++ is linked against. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
This commit is contained in:
@@ -32,8 +32,9 @@ include $(top_srcdir)/libtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
|
LD_LIBS += -lrtems++$(LIB_VARIANT)
|
||||||
|
|
||||||
if HAS_CXX
|
if HAS_CXX
|
||||||
LD_LIBS += -lrtems++
|
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-cxx-exe)
|
$(make-cxx-exe)
|
||||||
|
|||||||
Reference in New Issue
Block a user