comparison plugins/Makefile.am @ 11581:9b3833da6840

[gaim-migrate @ 13851] goodbye GaimConvWindow. Still some problems with this patch: - Scarey warnings console with gaim -d when closing tab - I tried to seperate gtkconv and gtkconvwin, but failed, as a result it has its own header, but the code is in the same file, which is rather weird. Also some code got moved around for no good reason. Feel free to move it back or reorganize it. - I broke the gesters plugin, and just disabled it. Hopefully someone with more time will fix it, it shouldn't take long, but I didn't feel like bothering. - This list is incomplete. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 02 Oct 2005 00:32:49 +0000
parents 1a2eaba2bc13
children f21d4310717e
comparison
equal deleted inserted replaced
11580:24169af08585 11581:9b3833da6840
18 # Only use music messaging if dbus is enabled 18 # Only use music messaging if dbus is enabled
19 MUSICMESSAGING_DIR = musicmessaging 19 MUSICMESSAGING_DIR = musicmessaging
20 endif 20 endif
21 21
22 SUBDIRS = \ 22 SUBDIRS = \
23 docklet $(GEVOLUTION_DIR) gestures \ 23 docklet $(GEVOLUTION_DIR) \
24 $(PERL_DIR) ssl $(TCL_DIR) ticker \ 24 $(PERL_DIR) ssl $(TCL_DIR) ticker \
25 $(MUSICMESSAGING_DIR) 25 $(MUSICMESSAGING_DIR)
26 26
27 plugindir = $(libdir)/gaim 27 plugindir = $(libdir)/gaim
28 28