aboutsummaryrefslogtreecommitdiff
path: root/modules/pcre/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pcre/Makefile.am')
-rw-r--r--modules/pcre/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pcre/Makefile.am b/modules/pcre/Makefile.am
index 48afd3c..8cccb7f 100644
--- a/modules/pcre/Makefile.am
+++ b/modules/pcre/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Dico
-# Copyright (C) 2010, 2012, 2016-2018 Sergey Poznyakoff
+# Copyright (C) 2010-2019 Sergey Poznyakoff
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,5 +21,5 @@ mod_LTLIBRARIES=pcre.la
pcre_la_SOURCES = pcre.c
pcre_la_LIBADD = ../../lib/libdico.la -lpcre
AM_LDFLAGS = -module -avoid-version -no-undefined
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = @DICO_MODULE_INCLUDES@
EXTRA_DIST=module.ac

Return to:

Send suggestions and report system problems to the System administrator.