From ba8d0f79a864b445ea0374a7dc5f9d9af7687859 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Jun 2016 13:59:22 +0200 Subject: synctex: Fix -Wundef warning taken from: https://git.gnome.org/browse/evince/commit/?id=0708338 --- cut-n-paste/synctex/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cut-n-paste') 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) -- cgit v1.2.1