[Mockpp-commits] mockpp/mockpp/constraint Makefile.am,1.10,1.11
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-09-17 08:14:03
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019/mockpp/constraint Modified Files: Makefile.am Log Message: fixed compilation ambiguity when #including some header Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 23 Jul 2005 13:31:57 -0000 1.10 +++ Makefile.am 17 Sep 2005 08:13:53 -0000 1.11 @@ -1,4 +1,5 @@ -INCLUDES = $(all_includes) -I$(top_srcdir) +INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = $(INCLUDES) noinst_LTLIBRARIES = libconstraint.la |