Update of /cvsroot/mockpp/mockpp/mockpp/production
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019/mockpp/production
Modified Files:
Makefile.am
Log Message:
fixed compilation ambiguity when #including some header
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/production/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 7 May 2005 12:47:39 -0000 1.3
+++ Makefile.am 17 Sep 2005 08:13:54 -0000 1.4
@@ -1,4 +1,5 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)
+INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES = $(INCLUDES)
lib_LTLIBRARIES = libmockpp_production.la
|