aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
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 /cmakeconfig.h.in
parentaff380770a8b99c2ac417736cd9f1c049d1da44e (diff)
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 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 0f64dceea1..a809e77147 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -18,9 +18,6 @@
/* Path to Python. */
#cmakedefine PYTHON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}"
-/* Directory where plugins reside */
-#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}"
-
/* Define to 1 if we want to enable plugins */
#cmakedefine HAVE_PLUGINS 1
@@ -349,7 +346,7 @@
#cmakedefine PCAP_NG_DEFAULT 1
/* Plugin installation directory */
-#cmakedefine PLUGIN_DIR
+#cmakedefine PLUGIN_INSTALL_DIR "${PLUGIN_INSTALL_DIR}"
/* Define if we are using version of of the Portaudio library API */
#cmakedefine PORTAUDIO_API_1 1