|
From: <br...@us...> - 2008-10-03 22:36:54
|
Revision: 3712
http://openvrml.svn.sourceforge.net/openvrml/?rev=3712&view=rev
Author: braden
Date: 2008-10-03 22:36:49 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
Can't safely use builddir for relative paths; and we don't need it anyway.
Modified Paths:
--------------
branches/0.17/ChangeLog
branches/0.17/src/Makefile.am
Property Changed:
----------------
branches/0.17/
Property changes on: branches/0.17
___________________________________________________________________
Modified: svn:mergeinfo
- /trunk:3596,3612,3707
+ /trunk:3596,3612,3707,3710
Modified: branches/0.17/ChangeLog
===================================================================
--- branches/0.17/ChangeLog 2008-10-03 22:28:24 UTC (rev 3711)
+++ branches/0.17/ChangeLog 2008-10-03 22:36:49 UTC (rev 3712)
@@ -1,5 +1,11 @@
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-03 Braden McDaniel <br...@en...>
+
Revert to using libglade rather than GtkBuilder in openvrml-player.
* configure.ac: Don't require Gtk+ 2.12; check for libglade.
Modified: branches/0.17/src/Makefile.am
===================================================================
--- branches/0.17/src/Makefile.am 2008-10-03 22:28:24 UTC (rev 3711)
+++ branches/0.17/src/Makefile.am 2008-10-03 22:36:49 UTC (rev 3712)
@@ -231,8 +231,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.
|