gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1163-ge5a3077
Date: Sun, 04 Sep 2011 00:07:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e5a3077856e651ee2b89358789784f655eb1b057 (commit)
      from  b040a8b1b9c068c0fab0d171d4d0cb3738848e6f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e5a3077856e651ee2b89358789784f655eb1b057


commit e5a3077856e651ee2b89358789784f655eb1b057
Author: Rob Savoye <address@hidden>
Date:   Sat Sep 3 18:05:40 2011 -0600

    the pythonmod also needs a path to libdevice

diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index c56bb2b..e3e3427 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -24,7 +24,8 @@ GNASH_INCLUDES = \
        -I$(top_srcdir)/gui/gtk \
        -I$(top_srcdir)/gui/pythonmod \
        -I$(top_srcdir)/libbase \
-       -I$(top_srcdir)/librender       \
+       -I$(top_srcdir)/libdevice \
+       -I$(top_srcdir)/librender \
        -I$(top_srcdir)/librender/opengl \
        -I$(top_srcdir)/librender/cairo \
        -I$(top_srcdir)/librender/agg \

-----------------------------------------------------------------------

Summary of changes:
 gui/pythonmod/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]