aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-11-13 16:24:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-11-13 16:24:14 +0000
commit702a76a99b58954df150fc4f476be886d19c5c09 (patch)
treea6bed0eef758df970c03cb1045c48f80cee6f4a0 /gtk
parent005248a051d8a6d12c61a8d55bbfb5f3c67f9875 (diff)
Try to fix the build for text_import_scanner.
Please check if the compile flags are OK... svn path=/trunk/; revision=34861
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index fadc6511aa..352200b662 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -85,7 +85,7 @@ RUNLEX=..\tools\runlex.sh
text_import_scanner.h: text_import_scanner.c
text_import_scanner.obj : text_import_scanner.c
- $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) -Fd.\ -c $?
+ $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) /I../wiretap $(GTK_CFLAGS) -Fd.\ -c $?
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.obj: $(PORTAUDIO_DIR)\pa_common\pa_lib.c