[geany/geany] 833921: Install tm_parser.h

Jiří Techet git-noreply at xxxxx
Fri Feb 26 00:29:50 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Fri, 26 Feb 2016 00:29:50 UTC
Commit:      833921e6ee793d5d27a4e1ac4a9ef212676c2328
             https://github.com/geany/geany/commit/833921e6ee793d5d27a4e1ac4a9ef212676c2328

Log Message:
-----------
Install tm_parser.h

Included now in other headers and needed for successful plugin compilation.


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

Modified: tagmanager/src/Makefile.am
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -18,7 +18,8 @@ tagmanager_include_HEADERS = \
 	tm_source_file.h \
 	tm_tag.h \
 	tm_tagmanager.h \
-	tm_workspace.h
+	tm_workspace.h \
+	tm_parser.h
 
 
 libtagmanager_la_SOURCES =\


Modified: wscript
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -671,7 +671,8 @@ def build(bld):
         tagmanager/src/tm_source_file.h
         tagmanager/src/tm_tag.h
         tagmanager/src/tm_tagmanager.h
-        tagmanager/src/tm_workspace.h ''')
+        tagmanager/src/tm_workspace.h
+        tagmanager/src/tm_parser.h ''')
     # Docs
     base_dir = '${PREFIX}' if is_win32 else '${DOCDIR}'
     ext = '.txt' if is_win32 else ''



--------------
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