Remove unused tm_file_entry.[ch]
[geany-mirror.git] / tagmanager / src / Makefile.am
blobec8bf8f6af9326a2d715ebd066453487eab04d5c
1 AM_CPPFLAGS = \
2         -I$(srcdir) \
3         -I$(srcdir)/.. \
4         -I$(srcdir)/../ctags \
5         -DGEANY_PRIVATE \
6         -DG_LOG_DOMAIN=\"Tagmanager\"
7 AM_CFLAGS = \
8         $(GTK_CFLAGS)
10 EXTRA_DIST = \
11         makefile.win32
13 noinst_LIBRARIES = libtagmanager.a
15 tagmanager_includedir = $(includedir)/geany/tagmanager
16 tagmanager_include_HEADERS = \
17         tm_source_file.h \
18         tm_tag.h \
19         tm_tagmanager.h \
20         tm_workspace.h
23 libtagmanager_a_SOURCES =\
24         tm_tagmanager.h \
25         tm_parser.h \
26         tm_source_file.h \
27         tm_source_file.c \
28         tm_tag.h \
29         tm_tag.c \
30         tm_workspace.h \
31         tm_workspace.c