[geany/geany] 6242d1: Add all headers to libtagmanager_a_SOURCES in tag manager makefile

Jiří Techet git-noreply at xxxxx
Sun Oct 12 21:49:52 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 12 Oct 2014 21:49:52 UTC
Commit:      6242d1947195b322573bf6c8246d9b7561a271c2
             https://github.com/geany/geany/commit/6242d1947195b322573bf6c8246d9b7561a271c2

Log Message:
-----------
Add all headers to libtagmanager_a_SOURCES in tag manager makefile

So they become part of tarball.


Modified Paths:
--------------
    tagmanager/src/Makefile.am

Modified: tagmanager/src/Makefile.am
7 lines changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -22,8 +22,15 @@ tagmanager_include_HEADERS = \
 
 
 libtagmanager_a_SOURCES =\
+	tm_tagmanager.h \
+	tm_parser.h \
+	tm_file_entry.h \
 	tm_file_entry.c \
+	tm_source_file.h \
 	tm_source_file.c \
+	tm_tag.h \
 	tm_tag.c \
 	tm_work_object.c \
+	tm_work_object.h \
+	tm_workspace.h \
 	tm_workspace.c



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list