[Mockpp-commits] mockpp/mockpp/examples/tutorial Makefile.am,1.19,1.20
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-12 17:51:06
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23860/mockpp/examples/tutorial Modified Files: Makefile.am Log Message: fixes for g++ 2.95.3 under OpenBsd 3.1 Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.am 19 Feb 2005 14:05:19 -0000 1.19 +++ Makefile.am 12 Mar 2005 17:50:55 -0000 1.20 @@ -1,6 +1,6 @@ INCLUDES = $(all_includes) -I$(top_srcdir) $(EA_EXTRA_INC) -LDADD = ../../libmockpp.la $(LIBCPPUNIT) $(LIBDL) +LDADD = ../../libmockpp.la $(EA_EXTRA_LIB) $(LIBCPPUNIT) $(LIBDL) AM_LDFLAGS = $(all_libraries) |