[geany/geany-plugins] ca2f9b: Addons: Fix distribution for ao_colortip.h and resort list

Frank Lanitz git-noreply at xxxxx
Sun Feb 25 12:25:24 UTC 2018


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 25 Feb 2018 12:25:24 UTC
Commit:      ca2f9b8e78797a679784784d106c4d4f86ca7fe6
             https://github.com/geany/geany-plugins/commit/ca2f9b8e78797a679784784d106c4d4f86ca7fe6

Log Message:
-----------
Addons: Fix distribution for ao_colortip.h and resort list


Modified Paths:
--------------
    addons/src/Makefile.am

Modified: addons/src/Makefile.am
29 lines changed, 15 insertions(+), 14 deletions(-)
===================================================================
@@ -4,29 +4,30 @@ plugin = addons
 geanyplugins_LTLIBRARIES = addons.la
 
 addons_la_SOURCES = \
+	addons.c \
 	addons.h \
+	ao_blanklines.c \
 	ao_blanklines.h \
-	ao_doclist.h \
-	ao_openuri.h \
-	ao_systray.h \
+	ao_bookmarklist.c \
 	ao_bookmarklist.h \
-	ao_markword.h \
-	ao_tasks.h \
-	ao_xmltagging.h \
-	ao_wrapwords.h \
+	ao_colortip.c
+	ao_colortip.h \
+	ao_copyfilepath.c \
 	ao_copyfilepath.h \
-	addons.c \
-	ao_blanklines.c \
 	ao_doclist.c \
+	ao_doclist.h \
+	ao_markword.c \
+	ao_markword.h \
 	ao_openuri.c \
+	ao_openuri.h \
 	ao_systray.c \
-	ao_bookmarklist.c \
-	ao_markword.c \
+	ao_systray.h \
 	ao_tasks.c \
-	ao_xmltagging.c \
+	ao_tasks.h \
 	ao_wrapwords.c \
-	ao_copyfilepath.c \
-	ao_colortip.c
+	ao_wrapwords.h \
+	ao_xmltagging.c \
+	ao_xmltagging.h \
 
 addons_la_CPPFLAGS = $(AM_CPPFLAGS) \
 					 -DG_LOG_DOMAIN=\"Addons\"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list