summaryrefslogtreecommitdiff
path: root/codecs/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/Makefile.nmake')
-rw-r--r--codecs/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index b768f16235..821cd5c00a 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -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::