Skip to content

Commit

Permalink
Merge pull request #157 from b4n/tableconvert/build-system-fix
Browse files Browse the repository at this point in the history
tableconvert: Add new files to the Autotools build system
  • Loading branch information
frlan committed Oct 12, 2014
2 parents 83bfbc1 + 2c88da3 commit 154e99d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tableconvert/src/Makefile.am
Expand Up @@ -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

0 comments on commit 154e99d

Please sign in to comment.