changeset 6449:ea689dbf1a57

[gaim-migrate @ 6958] Added statenotify, timestamp, idle and history committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 13 Aug 2003 16:09:48 +0000
parents fd3c96c0c2d6
children e7b87c8e8c0a
files plugins/Makefile.mingw
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.mingw	Wed Aug 13 15:21:33 2003 +0000
+++ b/plugins/Makefile.mingw	Wed Aug 13 16:09:48 2003 +0000
@@ -107,7 +107,14 @@
 	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
 	$(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
 
-plugins: iconaway.dll spellchk.dll autorecon.dll
+plugins: \
+		autorecon.dll \
+		history.dll \
+	 	iconaway.dll \
+		idle.dll \
+		spellchk.dll \
+		statenotify.dll \
+		timestamp.dll
 
 
 ##