[geany/geany-plugins] 232aa7: tableconvert: Fix a typo in the build system (oops)

Colomban Wendling git-noreply at xxxxx
Tue Oct 14 16:00:32 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 14 Oct 2014 16:00:32 UTC
Commit:      232aa742e61d93e360deb08a43326f8571578557
             https://github.com/geany/geany-plugins/commit/232aa742e61d93e360deb08a43326f8571578557

Log Message:
-----------
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