Mercurial > pidgin
view src/Makefile.am @ 148:c09b48f8f7f4
[gaim-migrate @ 158]
Added notes for how to do save-state in the autoreconnect plugin. If no one
implements it before I get back home, I'll do it myself; feel free to try
it on your own though.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 23 Apr 2000 00:11:04 +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