[Mockpp-commits] mockpp/mockpp/production Makefile.am,1.4,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-09-19 18:36:36
|
Update of /cvsroot/mockpp/mockpp/mockpp/production In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812/mockpp/production Modified Files: Makefile.am Log Message: append default includes Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/production/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 17 Sep 2005 08:13:54 -0000 1.4 +++ Makefile.am 19 Sep 2005 18:36:28 -0000 1.5 @@ -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) lib_LTLIBRARIES = libmockpp_production.la |