From 213189ef9e7bbd851e145e1cfb1067c7b2b72de8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 23 Jun 2014 16:48:41 -0700 Subject: Move the routines to talk to dumpcap into a static libcapchild. This pulls some stuff out of the top-level directory, and means we don't have to build them once for every program using them. Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5 Reviewed-on: https://code.wireshark.org/review/2591 Reviewed-by: Guy Harris --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 350cb76924..dfa296dae5 100644 --- a/configure.ac +++ b/configure.ac @@ -1676,10 +1676,13 @@ LIBS="$ac_save_LIBS" if test "$ac_cv_glib_supports_modules" = yes ; then AC_MSG_RESULT(yes) have_plugins=yes + plugins_dir="plugins" else AC_MSG_RESULT(no) have_plugins=no + plugins_dir="" fi +AC_SUBST(plugins_dir) # # If we have , check whether we have dladdr. @@ -2873,6 +2876,7 @@ AC_OUTPUT( asn1/x509if/Makefile asn1/x509sat/Makefile asn1/x721/Makefile + capchild/Makefile doc/Makefile docbook/Makefile epan/Makefile -- cgit v1.2.3