summaryrefslogtreecommitdiff
path: root/cut-n-paste/synctex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/synctex/Makefile.am')
-rw-r--r--cut-n-paste/synctex/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/cut-n-paste/synctex/Makefile.am b/cut-n-paste/synctex/Makefile.am
index 881ef4ab..5d7b24c2 100644
--- a/cut-n-paste/synctex/Makefile.am
+++ b/cut-n-paste/synctex/Makefile.am
@@ -6,8 +6,13 @@ libsynctex_la_SOURCES = \
synctex_parser_utils.h \
synctex_parser_utils.c
+libsynctex_la_CPPFLAGS = \
+ -DSYNCTEX_VERBOSE=0 \
+ $(AM_CPPFLAGS)
+
libsynctex_la_CFLAGS = \
$(SHELL_CORE_CFLAGS) \
+ $(AM_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)