aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-02-14 18:52:58 +0000
committerGerald Combs <gerald@wireshark.org>2006-02-14 18:52:58 +0000
commit844ec9f7a114fde01a05a24c7d1c6e653613f2ce (patch)
tree1d94ded02fe05c5d833069521f5554c783fed1bc /plugins
parent7353fadc50bdbfe15ac1df0181268750f17a74ad (diff)
mgcp-plugin -> plugin-mgcp.
svn path=/trunk/; revision=17304
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mgcp/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mgcp/Makefile.nmake b/plugins/mgcp/Makefile.nmake
index 3502ce46e7..532dc12a4e 100644
--- a/plugins/mgcp/Makefile.nmake
+++ b/plugins/mgcp/Makefile.nmake
@@ -15,7 +15,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=packet-mgcp.obj mgcp-plugin.obj
+OBJECTS=packet-mgcp.obj plugin-mgcp.obj
mgcp.dll mgcp.exp mgcp.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
link -dll /out:mgcp.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \