11 lines
223 B
Makefile
11 lines
223 B
Makefile
tagmanager_includedir = $(includedir)/geany/tagmanager
|
|
tagmanager_include_HEADERS = \
|
|
tm_project.h \
|
|
tm_source_file.h \
|
|
tm_tag.h \
|
|
tm_work_object.h \
|
|
tm_workspace.h \
|
|
tm_symbol.h \
|
|
tm_tagmanager.h \
|
|
tm_file_entry.h
|