summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2014-05-29 00:32:20 +0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-30 12:48:08 +0000
commit7bf49b31ace52a0cfbc33ffe29afce5c0befb685 (patch)
tree8e4111fe450c051d8cc85817954e4dc628540204 /configure.ac
parentaff380770a8b99c2ac417736cd9f1c049d1da44e (diff)
downloadwireshark-7bf49b31ace52a0cfbc33ffe29afce5c0befb685.tar.gz
Set PLUGIN_INSTALL_DIR properly for wireshark.pc
Change-Id: I64c04095ce780ce2cc44a54a68695506d27e5747 Reviewed-on: https://code.wireshark.org/review/1861 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4692b88b41..804e136dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2680,7 +2680,7 @@ then
AC_DEFINE(HAVE_PLUGINS, 1, [Define if plugins are enabled])
fi
AC_SUBST(plugindir)
-CPPFLAGS="$CPPFLAGS '-DPLUGIN_DIR=\"\$(plugindir)\"'"
+CPPFLAGS="$CPPFLAGS '-DPLUGIN_INSTALL_DIR=\"\$(plugindir)\"'"
#
# The plugin dissectors reside in ./plugins/PROTO/