Build new packetlist

svn path=/trunk/; revision=29800
This commit is contained in:
Jörg Mayer 2009-09-08 16:07:14 +00:00
parent 1aca48909c
commit 443f384fef
1 changed files with 7 additions and 3 deletions

View File

@ -77,16 +77,20 @@ if(ENABLE_EXTRA_GCC_CHECKS)
-pedantic -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings)
endif()
add_definitions(
-DHAVE_CONFIG_H
-DPACKAGE=\"wireshark\"
-DNEW_PACKET_LIST
)
if(CMAKE_COMPILER_IS_GNUCC)
add_definitions(
-DHAVE_CONFIG_H
-D_U_=__attribute__\(\(unused\)\)
-DPACKAGE=\"wireshark\"
-Wall -Wpointer-arith -W
${WIRESHARK_EXTRA_GCC_FLAGS}
)
else()
add_definitions(-DPACKAGE=\"wireshark\" -DHAVE_CONFIG_H -D_U_=\"\")
add_definitions(-D_U_=\"\")
endif()
#The minimum package list