Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Tue, 03 Apr 2012 03:53:38 Commit: 3b6c91426776d3ab93abaaad0c36ba23ec37e48b https://github.com/geany/geany-plugins/commit/3b6c91426776d3ab93abaaad0c36ba...
Log Message: ----------- devhelp: Don't compile helper library if plugin is disabled
Modified Paths: -------------- devhelp/devhelp/Makefile.am
Modified: devhelp/devhelp/Makefile.am 6 files changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -1,3 +1,7 @@ +if ENABLE_DEVHELP +noinst_LTLIBRARIES = libdevhelp-2.la +endif + dh_headers = \ dh-assistant.h \ dh-assistant-view.h \ @@ -28,8 +32,6 @@ EXTRA_DIST = \ dh-enum-types.c.template \ dh-enum-types.h.template
-noinst_LTLIBRARIES = libdevhelp-2.la - libdevhelp_2_la_SOURCES = \ dh-assistant.c \ dh-assistant-view.c \
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).