Mercurial > pidgin.yaz
view src/Makefile.am @ 94:9f6ce50ffb78
[gaim-migrate @ 104]
Woohoo, the landing of the plugins. Nearly everything necessary is here. The
only thing missing is that you can't load a plugin without signing on first
(at least, not without some trickery).
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 09 Apr 2000 11:18:25 +0000 |
parents | f5b305c0d974 |
children | 7b5d56a74b71 |
line wrap: on
line source
if GNOMEAPPLET bin_PROGRAMS = gaim_applet gaim_applet_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c server.c \ sound.c toc.c util.c else bin_PROGRAMS = gaim gaim_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \ dialogs.c html.c prefs.c proxy.c toc.c sound.c gaim.h \ plugins.c network.c server.c browser.c util.c oscar.c gtkhtml.c \ idle.c gaimrc.c gnome_applet_mgr.c endif CFLAGS += $(GAIM_CFLAGS) LIBS += $(GAIM_LIBS) LDADD += $(GAIM_LDADD) EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h