Improve Autotools build system for libgeany
[geany-mirror.git] / tagmanager / src / Makefile.am
blobc7e640950c4c25d8dfefeba45907756cb2b73a20
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) \
9         @LIBGEANY_CFLAGS@
11 EXTRA_DIST = \
12         makefile.win32
14 noinst_LTLIBRARIES = libtagmanager.la
16 tagmanager_includedir = $(includedir)/geany/tagmanager
17 tagmanager_include_HEADERS = \
18         tm_source_file.h \
19         tm_tag.h \
20         tm_tagmanager.h \
21         tm_workspace.h
24 libtagmanager_la_SOURCES =\
25         tm_tagmanager.h \
26         tm_parser.h \
27         tm_source_file.h \
28         tm_source_file.c \
29         tm_tag.h \
30         tm_tag.c \
31         tm_workspace.h \
32         tm_workspace.c
34 libtagmanager_la_LDFLAGS = @LIBGEANY_LIBS@