Define PACKAGE in config.h.

svn path=/trunk/; revision=38316
This commit is contained in:
Gerald Combs 2011-08-02 21:23:00 +00:00
parent 4e4f13db59
commit 53c550831b
2 changed files with 3 additions and 1 deletions

View File

@ -158,7 +158,6 @@ endif()
add_definitions(
-DHAVE_CONFIG_H
-DPACKAGE=\"wireshark\"
)
# Counterhack to work around some cache magic in CHECK_C_SOURCE_COMPILES

View File

@ -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}"