SF.net SVN: geany-plugins:[2204] trunk/geany-plugins

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Sep 19 20:29:04 UTC 2011


Revision: 2204
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2204&view=rev
Author:   colombanw
Date:     2011-09-19 20:29:04 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
Debugger: fix distribution of XPMs

Modified Paths:
--------------
    trunk/geany-plugins/build/debugger.m4
    trunk/geany-plugins/debugger/src/Makefile.am

Added Paths:
-----------
    trunk/geany-plugins/debugger/src/xpm/Makefile.am

Modified: trunk/geany-plugins/build/debugger.m4
===================================================================
--- trunk/geany-plugins/build/debugger.m4	2011-09-18 13:28:35 UTC (rev 2203)
+++ trunk/geany-plugins/build/debugger.m4	2011-09-19 20:29:04 UTC (rev 2204)
@@ -7,6 +7,7 @@
     AC_CONFIG_FILES([
         debugger/Makefile
         debugger/src/Makefile
+        debugger/src/xpm/Makefile
         debugger/img/Makefile
     ])
 ])

Modified: trunk/geany-plugins/debugger/src/Makefile.am
===================================================================
--- trunk/geany-plugins/debugger/src/Makefile.am	2011-09-18 13:28:35 UTC (rev 2203)
+++ trunk/geany-plugins/debugger/src/Makefile.am	2011-09-19 20:29:04 UTC (rev 2204)
@@ -1,6 +1,8 @@
 include $(top_srcdir)/build/vars.build.mk
 include $(top_srcdir)/build/vars.docs.mk
 
+SUBDIRS = xpm
+
 if ENABLE_DEBUGGER
 geanyplugins_LTLIBRARIES = debugger.la
 else

Added: trunk/geany-plugins/debugger/src/xpm/Makefile.am
===================================================================
--- trunk/geany-plugins/debugger/src/xpm/Makefile.am	                        (rev 0)
+++ trunk/geany-plugins/debugger/src/xpm/Makefile.am	2011-09-19 20:29:04 UTC (rev 2204)
@@ -0,0 +1,7 @@
+
+EXTRA_DIST = \
+	breakpoint_condition.xpm \
+	breakpoint_disabled.xpm \
+	breakpoint.xpm \
+	frame_current.xpm \
+	frame.xpm

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