summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-25 10:26:59 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-25 10:26:59 +0100
commit090974960eeb7b70def20e8bb189e7380a2b932b (patch)
tree89d45bdef5f9d35908bb03973ad0c7725c7aa5e8 /plugins
parent81ed389e71cda96c1bd5935dd5f9cb98327870ce (diff)
rename fishlim main file in makefile too
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fishlim/makefile.mak2
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)