Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 12 Oct 2014 21:49:52 UTC Commit: 6242d1947195b322573bf6c8246d9b7561a271c2 https://github.com/geany/geany/commit/6242d1947195b322573bf6c8246d9b7561a271...
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).