[geany/geany-plugins] 7f4094: Fix build with autotools
Frank Lanitz
git-noreply at xxxxx
Sun Jan 10 05:44:16 UTC 2016
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Sylvan Mostert <smostert.dev at gmail.com>
Date: Sun, 10 Jan 2016 05:44:16 UTC
Commit: 7f409499952bbc8a2b1bfc7666f5b6254131e673
https://github.com/geany/geany-plugins/commit/7f409499952bbc8a2b1bfc7666f5b6254131e673
Log Message:
-----------
Fix build with autotools
Modified Paths:
--------------
build/lineoperations.m4
lineoperations/README
lineoperations/src/Makefile.am
Modified: build/lineoperations.m4
10 lines changed, 10 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,10 @@
+AC_DEFUN([GP_CHECK_LINEOPERATIONS],
+[
+ GP_ARG_DISABLE([LineOperations], [auto])
+ GP_CHECK_PLUGIN_GTK2_ONLY([LineOperations])
+ GP_COMMIT_PLUGIN_STATUS([LineOperations])
+ AC_CONFIG_FILES([
+ lineoperations/Makefile
+ lineoperations/src/Makefile
+ ])
+])
Modified: lineoperations/README
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: lineoperations/src/Makefile.am
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -2,11 +2,11 @@ include $(top_srcdir)/build/vars.build.mk
geanyplugins_LTLIBRARIES = lineoperations.la
-addons_la_SOURCES = \
+lineoperations_la_SOURCES = \
linefunctions.h \
linefunctions.c \
lineoperations.c
-addons_la_LIBADD = $(COMMONLIBS)
+lineoperations_la_LIBADD = $(COMMONLIBS)
include $(top_srcdir)/build/cppcheck.mk
--------------
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