[geany/geany-plugins] 154e99: Merge pull request #157 from b4n/tableconvert/build-system-fix
Frank Lanitz
git-noreply at xxxxx
Sun Oct 12 14:04:33 UTC 2014
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sun, 12 Oct 2014 14:04:33 UTC
Commit: 154e99d16fcfe77fd34c9c0dccce25ce958ef1f7
https://github.com/geany/geany-plugins/commit/154e99d16fcfe77fd34c9c0dccce25ce958ef1f7
Log Message:
-----------
Merge pull request #157 from b4n/tableconvert/build-system-fix
tableconvert: Add new files to the Autotools build system
Modified Paths:
--------------
tableconvert/src/Makefile.am
Modified: tableconvert/src/Makefile.am
6 lines changed, 5 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,11 @@ include $(top_srcdir)/build/vars.build.mk
geanyplugins_LTLIBRARIES = tableconvert.la
-tableconvert_la_SOURCES = tableconvert.c
+tableconvert_la_SOURCES =
+ tableconvert.c \
+ tableconvert.h \
+ tableconvert_ui.c \
+ tableconvert_ui.h
tableconvert_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