Branch: refs/heads/master Author: Quentin Glidic sardemff7+git@sardemff7.net Committer: Chow Loong Jin hyperair@debian.org Date: Sat, 16 Jun 2012 16:23:06 Commit: 9c70e238ec5bc5b22057596ae43946363c61c37e https://github.com/geany/geany-plugins/commit/9c70e238ec5bc5b22057596ae43946...
Log Message: ----------- debugger: Pass XPMs as source files
This avoids EXTRA_DIST usage
Modified Paths: -------------- debugger/src/Makefile.am debugger/src/xpm/Makefile.am
Modified: debugger/src/Makefile.am 11 files changed, 8 insertions(+), 3 deletions(-) =================================================================== @@ -1,8 +1,6 @@ include $(top_srcdir)/build/vars.build.mk include $(top_srcdir)/build/vars.docs.mk
-SUBDIRS = xpm - if ENABLE_DEBUGGER geanyplugins_LTLIBRARIES = debugger.la else @@ -12,6 +10,14 @@ endif plugin = debugger
debugger_la_SOURCES = \ + xpm/breakpoint_condition.xpm \ + xpm/breakpoint_disabled.xpm \ + xpm/breakpoint.xpm \ + xpm/frame_current.xpm \ + xpm/frame.xpm \ + xpm/argument.xpm \ + xpm/local.xpm \ + xpm/watch.xpm \ bptree.c \ bptree.h \ breakpoint.c \ @@ -66,7 +72,6 @@ debugger_la_SOURCES = \ cell_renderers/cellrendererframeicon.h \ cell_renderers/cellrenderertoggle.c \ cell_renderers/cellrenderertoggle.h -
debugger_la_LIBADD = $(COMMONLIBS) $(VTE_LIBS) -lutil debugger_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS) -DDBGPLUG_DATA_DIR="$(plugindatadir)" -DPLUGIN_NAME="$(plugin)"
Modified: debugger/src/xpm/Makefile.am 10 files changed, 0 insertions(+), 10 deletions(-) =================================================================== @@ -1,10 +0,0 @@ - -EXTRA_DIST = \ - breakpoint_condition.xpm \ - breakpoint_disabled.xpm \ - breakpoint.xpm \ - frame_current.xpm \ - frame.xpm \ - argument.xpm \ - local.xpm \ - watch.xpm
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).