summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 552260d343..dc12509a01 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -2,6 +2,9 @@
/* Note: You cannot use earlier #defines in later #cmakedefines (cmake 2.6.2). */
+/* Name of package */
+#define PACKAGE "wireshark"
+
/* Version number of package */
#define VERSION "${CPACK_PACKAGE_VERSION}"