Try to fix the build for text_import_scanner.

Please check if the compile flags are OK...
3:d time lucky ?

svn path=/trunk/; revision=34862
This commit is contained in:
Anders Broman 2010-11-13 16:47:57 +00:00
parent 702a76a99b
commit cc8992668c
2 changed files with 9 additions and 2 deletions

View File

@ -85,8 +85,14 @@ RUNLEX=..\tools\runlex.sh
text_import_scanner.h: text_import_scanner.c
text_import_scanner.obj : text_import_scanner.c
$(CC) $(CVARSDLL) $(GENERATED_CFLAGS) /I../wiretap $(GTK_CFLAGS) -Fd.\ -c $?
$(CC) $(CVARSDLL) -DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) $(GNUTLS_CFLAGS) \
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
/I$(PCAP_DIR)\include $(AIRPCAP_CFLAGS) \
/Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ $(LOCAL_CFLAGS) \
$(PORTAUDIO_CFLAGS) \
$(HHC_CFLAGS) -Fd.\ -c $?
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.obj: $(PORTAUDIO_DIR)\pa_common\pa_lib.c
$(CC) -c $(LOCAL_CFLAGS) $?

View File

@ -59,5 +59,6 @@ wtap_short_string_to_encap
wtap_short_string_to_file_type
wtap_snapshot_length
wtap_strerror
wtap_wtap_encap_to_pcap_encap