[geany/geany-plugins] 17adeb: geanyminiscript: Add headers to _SOURCES so they get distributed
Matthew Brush
git-noreply at xxxxx
Mon Mar 26 15:47:29 UTC 2012
Branch: refs/heads/master
Author: Matthew Brush <matt at geany.org>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Mon, 26 Mar 2012 15:47:29
Commit: 17adebb9512508eef0f764c002a9a59aa8695887
https://github.com/geany/geany-plugins/commit/17adebb9512508eef0f764c002a9a59aa8695887
Log Message:
-----------
geanyminiscript: Add headers to _SOURCES so they get distributed
Modified Paths:
--------------
geanyminiscript/src/Makefile.am
Modified: geanyminiscript/src/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@ else
EXTRA_LTLIBRARIES = geanyminiscript.la
endif
-geanyminiscript_la_SOURCES = gms.c gms_gui.c
+geanyminiscript_la_SOURCES = gms.c gms.h gms_gui.c gms_gui.h gms_debug.h
geanyminiscript_la_LIBADD = $(COMMONLIBS)
include $(top_srcdir)/build/cppcheck.mk
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list