[geany/geany-plugins] 7baa72: Merge pull request #160 from b4n/tableconvert/build-system-fix
Frank Lanitz
git-noreply at xxxxx
Tue Oct 14 16:34:29 UTC 2014
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Tue, 14 Oct 2014 16:34:29 UTC
Commit: 7baa72e080ed0684105ca307579380f0c1cfc32b
https://github.com/geany/geany-plugins/commit/7baa72e080ed0684105ca307579380f0c1cfc32b
Log Message:
-----------
Merge pull request #160 from b4n/tableconvert/build-system-fix
tableconvert: Fix a typo in the build system (oops)
Modified Paths:
--------------
tableconvert/src/Makefile.am
Modified: tableconvert/src/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@ include $(top_srcdir)/build/vars.build.mk
geanyplugins_LTLIBRARIES = tableconvert.la
-tableconvert_la_SOURCES =
+tableconvert_la_SOURCES = \
tableconvert.c \
tableconvert.h \
tableconvert_ui.c \
--------------
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