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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2144-ge426dd7
Date: Tue, 17 Jun 2014 22:10:32 +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  e426dd7bfc5d7ee649e9f4048aaf1886563cbcb0 (commit)
      from  faae2ebadf60f8cc674363e08c37cd239e8a33a8 (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=e426dd7bfc5d7ee649e9f4048aaf1886563cbcb0


commit e426dd7bfc5d7ee649e9f4048aaf1886563cbcb0
Author: Sandro Santilli <address@hidden>
Date:   Wed Jun 18 00:10:09 2014 +0200

    Rename automake variable INCLUDES to AM_CPPFLAGS

diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index aee24b4..4cb6750 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -38,7 +38,7 @@ GNASH_INCLUDES = \
        -I$(top_srcdir)/libdevice/vaapi \
        -I$(top_srcdir)/libsound
 
-INCLUDES = \
+AM_CPPFLAGS = \
        $(PYTHON_CFLAGS) \
        $(PYGTK_CFLAGS) \
        $(GTK2_CFLAGS) \
@@ -73,7 +73,7 @@ inst_HEADERS = gnash-view.h
 RENDERER_GLUE =
 if BUILD_OGL_RENDERER
 RENDERER_GLUE += $(top_srcdir)/gui/gtk/gtk_glue_gtkglext.cpp
-INCLUDES += $(GLEXT_CFLAGS)
+AM_CPPFLAGS += $(GLEXT_CFLAGS)
 gnash_la_LIBADD += $(GLEXT_LIBS)
 endif
 if BUILD_AGG_RENDERER
@@ -90,7 +90,7 @@ BUILT_SOURCES =
 endif
 
 nodist_gnash_la_SOURCES = $(BUILT_SOURCES)
-gnash_la_CPPFLAGS = $(INCLUDES) $(GNASH_INCLUDES)
+gnash_la_CPPFLAGS = $(AM_CPPFLAGS) $(GNASH_INCLUDES)
 gnash_la_SOURCES = \
        gnashmodule.c \
        gnash-view.cpp \

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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