Update of /cvsroot/mockpp/mockpp/mockpp/matcher
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812/mockpp/matcher
Modified Files:
Makefile.am
Log Message:
append default includes
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 17 Sep 2005 08:13:54 -0000 1.14
+++ Makefile.am 19 Sep 2005 18:36:28 -0000 1.15
@@ -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)
noinst_LTLIBRARIES = libmatcher.la
|