Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 25 Nov 2021 11:02:52 UTC Commit: eabc09a5591e8f2efd95ca136f5870c8dcba5483 https://github.com/geany/geany/commit/eabc09a5591e8f2efd95ca136f5870c8dcba54...
Log Message: ----------- Use bundled regex library for tagmanager if necessary
Modified Paths: -------------- src/tagmanager/Makefile.am
Modified: src/tagmanager/Makefile.am 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -4,6 +4,11 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/ctags/dsl \ -DGEANY_PRIVATE \ -DG_LOG_DOMAIN="Tagmanager" + +if USE_BUNDLED_REGEX +AM_CPPFLAGS += -I$(top_srcdir)/ctags/gnu_regex +endif + AM_CFLAGS = \ $(GTK_CFLAGS) \ @LIBGEANY_CFLAGS@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).