aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-15 15:44:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-15 15:44:56 +0000
commit0b297c0215580793ce9d53cdbfa075465b5b8243 (patch)
tree20e6c9435c83136093aa5a40b051c754efc9f543 /epan/dissectors/Makefile.nmake
parent67986a1a5ffb9f3edb8243aceacd4be33ff9292c (diff)
Make it easy to add custom dissectors.
svn path=/trunk/; revision=26783
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 1db95ff6cb..3ee8a9f947 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -7,6 +7,8 @@ include ..\..\config.nmake
############### no need to modify below this line #########
+include Custom.nmake
+
include Makefile.common
CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \