aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-08-31 06:58:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-08-31 06:58:29 +0000
commit503bf26e98fb5facaad9c179ef9e3ddf9f99435a (patch)
treea95a99bfa4f3b6b41f8e26cb28c057fe479e3dd8 /gtk
parentf274a561047e96c3a0b81de3873e9264665d6ce3 (diff)
Remove trailing backslash from CFLAGS
svn path=/trunk/; revision=19099
Diffstat (limited to 'gtk')
-rw-r--r--gtk/codecs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/codecs/Makefile.am b/gtk/codecs/Makefile.am
index 9489a96bc7..f24cb4b824 100644
--- a/gtk/codecs/Makefile.am
+++ b/gtk/codecs/Makefile.am
@@ -11,7 +11,7 @@ CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
/I$(PCAP_DIR)\include /I$(NET_SNMP_DIR)\include \
- /I$(NET_SNMP_DIR)\win32 /Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ $(LOCAL_CFLAGS) \
+ /I$(NET_SNMP_DIR)\win32 /Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<