summaryrefslogtreecommitdiff
path: root/pidgin/plugins/Makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/plugins/Makefile.mingw')
-rw-r--r--pidgin/plugins/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/plugins/Makefile.mingw b/pidgin/plugins/Makefile.mingw
index ab8fcbc129..4ef25907df 100644
--- a/pidgin/plugins/Makefile.mingw
+++ b/pidgin/plugins/Makefile.mingw
@@ -73,7 +73,7 @@ install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
$(MAKE) -C $(WINPREFS_PLUGIN) -f $(MINGW_MAKEFILE) install
cp *.dll $(PIDGIN_INSTALL_PLUGINS_DIR)
-.c.dll:
+%.dll: %.c $(PURPLE_CONFIG_H) $(PURPLE_VERSION_H)
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
$(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@