aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-30 21:32:04 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-30 21:32:04 +0000
commitad2730d302303b7378a2ff2cb2a087051020f4aa (patch)
tree2f3dd1b2e36b78d482882ecfc174d4104b586a69 /gtk
parentb8cb5e53fffd41924f0926a11ac2ac4a33c12c66 (diff)
Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.
svn path=/trunk/; revision=35081
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 df78492429..f73ee53ebc 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -61,7 +61,7 @@ WIRESHARK_TAP_OBJECTS = $(WIRESHARK_TAP_SRC:.c=.obj)
WIRESHARK_GTK_OBJECTS = \
$(WIRESHARK_GTK_SRC:.c=.obj) \
$(DIRTY_GENERATED_C_FILES:.c=.obj) \
- $(PORT_AUDIO_SRC)
+ $(PORT_AUDIO_SRC:.c=.obj)
libui.lib : ..\config.h $(WIRESHARK_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS)
link /lib /out:libui.lib $(WIRESHARK_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) winmm.lib