# HG changeset patch # User Herman Bloggs # Date 1060790988 0 # Node ID ea689dbf1a57157104b29358d98f65cd04f1e951 # Parent fd3c96c0c2d64fcb46a7afca1ca017afd449c0fd [gaim-migrate @ 6958] Added statenotify, timestamp, idle and history committer: Tailor Script diff -r fd3c96c0c2d6 -r ea689dbf1a57 plugins/Makefile.mingw --- 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 ##