Author: kitone
Date: Sat Jul 30 17:17:22 2016
New Revision: 971

URL: http://svn.gna.org/viewcvs/subtitleeditor?rev=971&view=rev
Log:
Fix warning with the automake options subdir-objects.

Modified:
    trunk/ChangeLog
    trunk/src/Makefile.am

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/subtitleeditor/trunk/ChangeLog?rev=971&r1=970&r2=971&view=diff
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Sat Jul 30 17:17:22 2016
@@ -1,3 +1,8 @@
+2016-07-30  kitone  <[email protected]>
+
+       * src/Makefile.am:
+       Fix warning with the automake options subdir-objects.
+
 2016-07-30  kitone  <[email protected]>
 
        * plugins/actions/template/Makefile.am:

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/subtitleeditor/trunk/src/Makefile.am?rev=971&r1=970&r2=971&view=diff
==============================================================================
--- trunk/src/Makefile.am       (original)
+++ trunk/src/Makefile.am       Sat Jul 30 17:17:22 2016
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = subdir-objects
+
 PACKAGE_DIRECTORY = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        -DPACKAGE_SHARE_DIR=\""$(PACKAGE_SHARE_DIR)"\" \


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

Reply via email to