aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/Makefile.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-02-14 14:51:18 +0000
committerJörg Mayer <jmayer@loplof.de>2006-02-14 14:51:18 +0000
commite10101b7741a7a3773bf0233baf0e2ae2f441c31 (patch)
treec9c6df176a51d1122276e17d46c1c3ba8e3507d8 /plugins/mgcp/Makefile.nmake
parente35eef9c0ac5445a6e80682f53e8a05c2e49953a (diff)
Experiment with a somewhat generic packet-to-plugin wrapper
svn path=/trunk/; revision=17300
Diffstat (limited to 'plugins/mgcp/Makefile.nmake')
-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 4a7a74ef48..3502ce46e7 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
+OBJECTS=packet-mgcp.obj mgcp-plugin.obj
mgcp.dll mgcp.exp mgcp.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
link -dll /out:mgcp.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \