Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812/mockpp/examples/tutorial
Modified Files:
Makefile.am
Log Message:
append default includes
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.am 17 Sep 2005 08:13:53 -0000 1.24
+++ Makefile.am 19 Sep 2005 18:36:28 -0000 1.25
@@ -1,4 +1,4 @@
-INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir)
+INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) $(EA_EXTRA_INC)
DEFAULT_INCLUDES = $(INCLUDES)
LDADD = ../../libmockpp.la $(EA_EXTRA_LIB) $(LIBCPPUNIT) $(LIBDL) -lstdc++
|