X-Git-Url: http://git.annexia.org/?p=miniexpect.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=3a685c9592d2f3ee2a3d35dadc36543e1926ebec;hp=811742bbaea7701bd957f847ca7320eb3e5fe8d3;hb=9a43a3bea411be5de83c64a2f1d28f365de7133f;hpb=6a57e58c3c2bd2df7d22545f850c469f5fe7f58f diff --git a/Makefile.am b/Makefile.am index 811742b..3a685c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,8 +24,8 @@ EXTRA_DIST = miniexpect.3 lib_LTLIBRARIES = libminiexpect.la libminiexpect_la_SOURCES = miniexpect.c miniexpect.h -libminiexpect_la_CFLAGS = $(PCRE_CFLAGS) -Wall -libminiexpect_la_LIBADD = $(PCRE_LIBS) +libminiexpect_la_CFLAGS = $(PCRE2_CFLAGS) -Wall +libminiexpect_la_LIBADD = $(PCRE2_LIBS) libminiexpect_la_LDFLAGS = -version-info 0:0:0 # Examples. @@ -33,7 +33,7 @@ libminiexpect_la_LDFLAGS = -version-info 0:0:0 noinst_PROGRAMS = example-sshpass example_sshpass_SOURCES = example-sshpass.c -example_sshpass_CFLAGS = $(PCRE_CFLAGS) -Wall +example_sshpass_CFLAGS = $(PCRE2_CFLAGS) -Wall example_sshpass_LDADD = libminiexpect.la # Tests. @@ -45,15 +45,15 @@ check_PROGRAMS = \ test-multi-match test_spawn_SOURCES = test-spawn.c tests.h miniexpect.h -test_spawn_CFLAGS = $(PCRE_CFLAGS) -Wall +test_spawn_CFLAGS = $(PCRE2_CFLAGS) -Wall test_spawn_LDADD = libminiexpect.la test_ls_version_SOURCES = test-ls-version.c tests.h miniexpect.h -test_ls_version_CFLAGS = $(PCRE_CFLAGS) -Wall +test_ls_version_CFLAGS = $(PCRE2_CFLAGS) -Wall test_ls_version_LDADD = libminiexpect.la test_multi_match_SOURCES = test-multi-match.c tests.h miniexpect.h -test_multi_match_CFLAGS = $(PCRE_CFLAGS) -Wall +test_multi_match_CFLAGS = $(PCRE2_CFLAGS) -Wall test_multi_match_LDADD = libminiexpect.la # parallel-tests breaks the ability to put 'valgrind' into