[geany/geany-plugins] 2c88da: tableconvert: Add new files to the Autotools build system
Colomban Wendling
git-noreply at xxxxx
Sun Oct 12 13:52:56 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 12 Oct 2014 13:52:56 UTC
Commit: 2c88da358f25b6535333f107aa8ab75409855228
https://github.com/geany/geany-plugins/commit/2c88da358f25b6535333f107aa8ab75409855228
Log Message:
-----------
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