summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 11:40:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 11:40:24 +0000
commit39139dc75ca9cb6f0999c61ba1d7e7637921af6c (patch)
tree75ed24a5c2eeb1e722573c2c19d06a6fa2f45869
parent832432378468e287f8b835496e4d67e274ffb949 (diff)
downloadwireshark-39139dc75ca9cb6f0999c61ba1d7e7637921af6c.tar.gz
Sligtly modify Stig's fix, I forgot the makefile change :-(
svn path=/trunk/; revision=28906
-rw-r--r--config.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index a801914924..56c8175a4c 100644
--- a/config.nmake
+++ b/config.nmake
@@ -143,7 +143,6 @@ GLIB_DIR=$(WIRESHARK_LIBS)\glib
##### To Use new packet list uncomment this line ####
### Warning Experimental - work in progress
#NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
-NEW_PACKET_LIST_CONFIG=
#
# Mandatory: GTK (& related libs) settings
@@ -370,6 +369,10 @@ GLIB_VERSION=2.0
GLIB_PKG=2.20.3-1
GLIB_DIR=$(WIRESHARK_LIBS)\glib
+##### To Use new packet list uncomment this line ####
+### Warning Experimental - work in progress
+#NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
+
#
# Mandatory: GTK (& related libs) settings
#