Update of /cvsroot/mockpp/mockpp/mockpp/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019/mockpp/util
Modified Files:
Makefile.am
Log Message:
fixed compilation ambiguity when #including some header
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/util/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 24 Oct 2004 16:43:22 -0000 1.7
+++ Makefile.am 17 Sep 2005 08:13:54 -0000 1.8
@@ -1,4 +1,5 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)
+INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES = $(INCLUDES)
noinst_LTLIBRARIES = libutil.la
|