diff options
| author | Sam Varshavchik | 2021-11-26 13:06:23 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2021-11-26 13:06:23 -0500 |
| commit | 00664cc3ece7c29843771561fe2890b635f2b74e (patch) | |
| tree | 378d3df6de556c772cd0198f10ed8a7d7e384574 /maildrop/Makefile.am | |
| parent | 424cf6965d8144f5ecd0aecd9f45362bbb22a167 (diff) | |
| download | courier-libs-00664cc3ece7c29843771561fe2890b635f2b74e.tar.bz2 | |
Convert to pcre2.
Diffstat (limited to 'maildrop/Makefile.am')
| -rw-r--r-- | maildrop/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maildrop/Makefile.am b/maildrop/Makefile.am index 5f94c37..154cebe 100644 --- a/maildrop/Makefile.am +++ b/maildrop/Makefile.am @@ -3,7 +3,7 @@ # distribution information. -AM_CPPFLAGS=@AUTHINCLUDE@ +AM_CPPFLAGS := @AUTHINCLUDE@ `pcre2-config --cflags` DISTCLEANFILES=uidgid testmailbot.* CLEANFILES=maildrop.html maildrop.1 maildropfilter.7 maildropfilter.html @@ -46,8 +46,8 @@ maildrop_SOURCES=deliver.C deliverdotlock.C deliverdotlock.h \ maildrop_DEPENDENCIES = libmdcommon.la -maildrop_LDADD = libmdcommon.la @AUTHLDADD@ -lpcre -maildrop_LDFLAGS= +maildrop_LDADD = libmdcommon.la @AUTHLDADD@ +maildrop_LDFLAGS= `pcre2-config --libs8` reformail_SOURCES=reformail.C reformail_LDADD = libmdcommon.la |
