summaryrefslogtreecommitdiff
path: root/plugins/stats_tree/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stats_tree/Makefile.nmake')
-rw-r--r--plugins/stats_tree/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/Makefile.nmake b/plugins/stats_tree/Makefile.nmake
index 6d52522bab..c06bb59051 100644
--- a/plugins/stats_tree/Makefile.nmake
+++ b/plugins/stats_tree/Makefile.nmake
@@ -19,7 +19,7 @@ LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
LINK_PLUGIN_WITH=..\..\epan\libethereal.lib
CFLAGS=/DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
-OBJECTS=http_stats_tree.obj stats_tree_plugin.obj
+OBJECTS=stats_tree_plugin.obj
stats_tree.dll stats_tree.exp stats_tree.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
link -dll /out:stats_tree.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \