geany/tagmanager/include/Makefile.am
Enrico Tröger 4a6abdaa0e Fix build without GIO again (sorry).
Remove trailing slashes in Makefile.am's (patch by Daniel Richard G., thanks).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3463 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-12 00:33:29 +00:00

14 lines
255 B
Makefile

noinst_HEADERS = \
gnuregex.h
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