aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-08-02 21:23:00 +0000
committerGerald Combs <gerald@wireshark.org>2011-08-02 21:23:00 +0000
commit53c550831b9d8d6724852a95b177f30581877739 (patch)
tree2a07470b63bfb0d9323bc690e2d0571619622fc6 /cmakeconfig.h.in
parent4e4f13db59bcf69bc301f3e2467f6c87155a05c3 (diff)
Define PACKAGE in config.h.
svn path=/trunk/; revision=38316
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}"