Mercurial > pidgin.yaz
view src/Makefile.am @ 1040:17cea517fd90
[gaim-migrate @ 1050]
if a new protocol wants to be loaded, load it. nothing wrong with that.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 01 Nov 2000 09:07:17 +0000 |
parents | 38452403563b |
children | a930439f29b1 |
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 \ gtkticker.c \ html.c \ idle.c \ multi.c \ network.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c gaim_applet_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ gaim_applet_LDADD = @LDADD@ @LIBOBJS@ else bin_PROGRAMS = gaim gaim_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 \ gtkticker.c \ html.c \ idle.c \ multi.c \ network.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c gaim_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ gaim_LDADD = @LDADD@ @LIBOBJS@ endif CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" $(DEBUG_CFLAGS) LIBS += $(DEBUG_LIBS) EXTRA_DIST = convo.h \ gaim.h \ getopt.c \ getopt.h \ getopt1.c \ gtkhtml.h \ gtkticker.h \ gnome_applet_mgr.h \ multi.h \ prpl.h \ proxy.h