If we're including "config.h" when compiling a codec, then /I.. must be part of...
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Dec 2013 16:50:05 +0000 (16:50 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Dec 2013 16:50:05 +0000 (16:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53699 f5534014-38df-0310-8fa8-9805f1628bb7

codecs/Makefile.nmake

index b768f1623599dffb3b2d17f8f2c29092d7bcc14a..821cd5c00ad048a6046c0c5a23a38023d7e98190 100644 (file)
@@ -7,7 +7,7 @@ include ..\config.nmake
 
 ############### no need to modify below this line #########
 
-CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
+CFLAGS=/I.. $(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
        $(GLIB_CFLAGS)
 
 .c.obj::