From: <br...@us...> - 2008-10-03 17:32:47
|
Revision: 3710 http://openvrml.svn.sourceforge.net/openvrml/?rev=3710&view=rev Author: braden Date: 2008-10-03 17:32:36 +0000 (Fri, 03 Oct 2008) Log Message: ----------- Can't safely use builddir for relative paths; and we don't need it anyway. Modified Paths: -------------- trunk/ChangeLog trunk/src/Makefile.am Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-10-03 03:38:38 UTC (rev 3709) +++ trunk/ChangeLog 2008-10-03 17:32:36 UTC (rev 3710) @@ -1,3 +1,9 @@ +2008-10-03 Braden McDaniel <br...@en...> + + * src/Makefile.am + (openvrml_player_openvrml_player_CPPFLAGS): Can't safely use + builddir for relative paths; and we don't need it anyway. + 2008-10-02 Braden McDaniel <br...@en...> Use jlong in JNI function signatures to ensure consistency with Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2008-10-03 03:38:38 UTC (rev 3709) +++ trunk/src/Makefile.am 2008-10-03 17:32:36 UTC (rev 3710) @@ -709,8 +709,8 @@ -DGNOME_DISABLE_DEPRECATED \ -DOPENVRML_PLAYER_PKGDATADIR_=\"$(datadir)/openvrml-player\" \ -DOPENVRML_LIBEXECDIR_=\"$(libexecdir)\" \ - -I$(builddir)/openvrml-player \ - -I$(builddir)/libopenvrml \ + -Iopenvrml-player \ + -Ilibopenvrml \ -I$(srcdir)/libopenvrml openvrml_player_openvrml_player_CXXFLAGS = \ $(DBUS_G_CFLAGS) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |