[Mockpp-commits] mockpp/mockpp/examples/tutorial Makefile.am,1.23,1.24
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-09-17 08:14:03
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019/mockpp/examples/tutorial Modified Files: Makefile.am Log Message: fixed compilation ambiguity when #including some header Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Makefile.am 7 May 2005 17:00:57 -0000 1.23 +++ Makefile.am 17 Sep 2005 08:13:53 -0000 1.24 @@ -1,4 +1,5 @@ -INCLUDES = $(all_includes) -I$(top_srcdir) $(EA_EXTRA_INC) +INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = $(INCLUDES) LDADD = ../../libmockpp.la $(EA_EXTRA_LIB) $(LIBCPPUNIT) $(LIBDL) -lstdc++ |