]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/synctex/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / cut-n-paste / synctex / Makefile.am
1 noinst_LTLIBRARIES = libsynctex.la
2
3 libsynctex_la_SOURCES =         \
4         synctex_parser.c                \
5         synctex_parser.h        \
6         synctex_parser_utils.h   \
7         synctex_parser_utils.c
8
9 libsynctex_la_CFLAGS =  \
10         $(SHELL_CORE_CFLAGS)    \
11         $(WARNING_CFLAGS)       \
12         $(DISABLE_DEPRECATED)
13
14 -include $(top_srcdir)/git.mk