aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-15 12:22:13 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-15 12:22:13 +0000
commit24fb135ffe325cef11f4aea6ec170758bdbbc90c (patch)
tree6fbcad001d9ffce2be552a406d3d02ce924818c8 /cmakeconfig.h.in
parentd55674757dd383ff4260800e056763b3983858f8 (diff)
Build the asn1 plugin. The only problem(?) is, that it is
name libasn1.so instead of asn1.so svn path=/trunk/; revision=29919
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 98ab89b559..894fa55a36 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -6,6 +6,12 @@
/* Directory for data */
#define DATAFILE_DIR "@CMAKE_INSTALL_PREFIX@/share/@CPACK_PACKAGE_NAME@"
+/* Define to 1 if we want to enable plugins */
+#cmakedefine HAVE_PLUGINS 1
+
+/* Directory where plugins reside */
+#define PLUGIN_DIR "${DATAFILE_DIR}/plugins/${CPACK_PACKAGE_VERSION}"
+
/* Link plugins statically into Wireshark */
#cmakedefine ENABLE_STATIC 1