aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-23 09:25:06 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-23 09:25:06 +0000
commit75002b8f2f5cb3e1caa5ba53ec0f9a9f04a96fc6 (patch)
tree49ff20550b874530e3e9ae8ca76219618cda97be /Makefile.am
parent1ef91cc4bb38e467c4d34b1118485353564476e9 (diff)
Remove support for libpcre, we use GRegex in GLib.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38683 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e39efa9017..b565ac8e00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -329,7 +329,6 @@ wireshark_LDADD = \
wsutil/libwsutil.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
- @PCRE_LIBS@ \
@PCAP_LIBS@ \
@GTK_LIBS@ -lm \
@C_ARES_LIBS@ \
@@ -357,7 +356,6 @@ tshark_LDADD = \
wsutil/libwsutil.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
- @PCRE_LIBS@ \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ \
@SOCKET_LIBS@ \
@@ -385,7 +383,6 @@ rawshark_LDADD = \
wsutil/libwsutil.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
- @PCRE_LIBS@ \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ \
@SOCKET_LIBS@ \
@@ -452,7 +449,6 @@ dftest_LDADD = \
epan/libwireshark.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
- @PCRE_LIBS@ \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ \
@SOCKET_LIBS@ \
@@ -846,7 +842,6 @@ EXTRA_DIST = \
cmake/modules/FindLYNX.cmake \
cmake/modules/FindM.cmake \
cmake/modules/FindPCAP.cmake \
- cmake/modules/FindPCRE.cmake \
cmake/modules/FindPOD.cmake \
cmake/modules/FindPORTAUDIO.cmake \
cmake/modules/FindPYTHON.cmake \