SF.net SVN: geany-plugins:[1389] trunk/geany-plugins/addons/src/Makefile.am

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 23 11:06:53 UTC 2010


Revision: 1389
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1389&view=rev
Author:   eht16
Date:     2010-05-23 11:06:53 +0000 (Sun, 23 May 2010)

Log Message:
-----------
Add new xmltagging component to the autotools based build system

Modified Paths:
--------------
    trunk/geany-plugins/addons/src/Makefile.am

Modified: trunk/geany-plugins/addons/src/Makefile.am
===================================================================
--- trunk/geany-plugins/addons/src/Makefile.am	2010-05-23 10:40:14 UTC (rev 1388)
+++ trunk/geany-plugins/addons/src/Makefile.am	2010-05-23 11:06:53 UTC (rev 1389)
@@ -12,6 +12,7 @@
 	ao_bookmarklist.h \
 	ao_markword.h \
 	ao_tasks.h \
+	ao_xmltagging.h \
 	addons.c \
 	ao_blanklines.c \
 	ao_doclist.c \
@@ -19,6 +20,7 @@
 	ao_systray.c \
 	ao_bookmarklist.c \
 	ao_markword.c \
-	ao_tasks.c
+	ao_tasks.c \
+	ao_xmltagging.c
 
 addons_la_LIBADD = $(COMMONLIBS)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list