From: Markus R. <rol...@us...> - 2005-12-19 20:07:46
|
Update of /cvsroot/simspark/simspark/spark/kerosin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5237 Modified Files: Makefile.am Log Message: - fixed an -I include path Index: Makefile.am =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 5 Dec 2005 21:38:22 -0000 1.1 --- Makefile.am 19 Dec 2005 20:07:35 -0000 1.2 *************** *** 32,36 **** endif ! AM_CPPFLAGS = -I${top_srcdir}/lib -I$(top_srcdir)/lib/kerosin/sceneserver/helper @FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@ ## define include directory local to the pkgincludedir --- 32,36 ---- endif ! AM_CPPFLAGS = -I${top_srcdir} -I$(top_srcdir)/kerosin/sceneserver/helper @FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@ ## define include directory local to the pkgincludedir |