diff options
-rw-r--r-- | plugins/fishlim/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/makefile.mak b/plugins/fishlim/makefile.mak index decf9bb4..4d0be66b 100644 --- a/plugins/fishlim/makefile.mak +++ b/plugins/fishlim/makefile.mak @@ -9,7 +9,7 @@ fish.obj \ irc.obj \ keystore.obj \ misc.obj \ -xchat_plugin.obj +plugin_xchat.obj all: $(FISHLIM_OBJECTS) fishlim.def link $(LDFLAGS) $(LIBS) /dll /out:xcfishlim.dll /def:fishlim.def $(FISHLIM_OBJECTS) |