Author: kitone
Date: Sat Jul 30 17:15:51 2016
New Revision: 970

URL: http://svn.gna.org/viewcvs/subtitleeditor?rev=970&view=rev
Log:
Use AM_CPPFLAGS instead of INCLUDES.

Modified:
    trunk/ChangeLog
    trunk/plugins/actions/template/Makefile.am

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/subtitleeditor/trunk/ChangeLog?rev=970&r1=969&r2=970&view=diff
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Sat Jul 30 17:15:51 2016
@@ -1,3 +1,8 @@
+2016-07-30  kitone  <[email protected]>
+
+       * plugins/actions/template/Makefile.am:
+       Use AM_CPPFLAGS instead of INCLUDES.
+
 2016-07-30  kitone  <[email protected]>
 
        * 
plugins/actions/insertsubtitlefromkeyframe/insertsubtitlefromkeyframe.cc:

Modified: trunk/plugins/actions/template/Makefile.am
URL: 
http://svn.gna.org/viewcvs/subtitleeditor/trunk/plugins/actions/template/Makefile.am?rev=970&r1=969&r2=970&view=diff
==============================================================================
--- trunk/plugins/actions/template/Makefile.am  (original)
+++ trunk/plugins/actions/template/Makefile.am  Sat Jul 30 17:15:51 2016
@@ -4,7 +4,7 @@
 actionplugindevdir = $(abs_srcdir)
 uidir = $(PACKAGE_PLUGIN_SHARE_DIR)/$(plugin_name)
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/src \
        $(SUBTITLEEDITOR_CFLAGS) \


_______________________________________________
Subtitleeditor-commits mailing list
[email protected]
https://mail.gna.org/listinfo/subtitleeditor-commits

Reply via email to