Skip to content

Commit

Permalink
Install tm_parser.h
Browse files Browse the repository at this point in the history
Included now in other headers and needed for successful plugin compilation.
  • Loading branch information
techee committed Feb 26, 2016
1 parent 292383c commit 833921e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tagmanager/src/Makefile.am
Expand Up @@ -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 =\
Expand Down
3 changes: 2 additions & 1 deletion wscript
Expand Up @@ -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 ''
Expand Down

0 comments on commit 833921e

Please sign in to comment.