Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23856/mockpp
Modified Files:
Makefile.am
Log Message:
append default includes
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/Makefile.am,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Makefile.am 17 Sep 2005 08:13:53 -0000 1.85
+++ Makefile.am 19 Sep 2005 18:39:58 -0000 1.86
@@ -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)
SUBDIRS = chaining compat util builder constraint matcher stub production . docs tests po \
@@ -15,7 +15,8 @@
$(top_builddir)/mockpp/util/libutil.la $(top_builddir)/mockpp/stub/libstub.la \
$(top_builddir)/mockpp/matcher/libmatcher.la $(top_builddir)/mockpp/constraint/libconstraint.la \
$(top_builddir)/mockpp/compat/libcompat.la $(top_builddir)/mockpp/chaining/libchaining.la \
- $(top_builddir)/mockpp/builder/libbuilder.la
+ $(top_builddir)/mockpp/builder/libbuilder.la \
+ $(EA_EXTRA_LIB) $(LIBCPPUNIT)
libmockpp_la_SOURCES = ExpectationCounter.cpp mockpp.cpp Throwable.cpp \
ThrowableList.cpp MockObject.cpp VisitableMockObject.cpp VerifiableList.cpp \
|