Mercurial > pidgin
view src/Makefile.am @ 3374:3cd2fbddf95a
[gaim-migrate @ 3393]
I had terrible days today and yesterday--a really terrible weekend.
No cool stuff from me--the prefs away message page works a bit better.
Ari and Chip both sent some patches to make things work a bit better in
GTK 2, and Etan rewrote the notify plugin so it's really cool now!
Thanks, guys!
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 05 Aug 2002 07:33:09 +0000 |
| parents | de3118740c87 |
| children | 412d1035d666 |
line wrap: on
line source
SUBDIRS = protocols if GNOMEAPPLET bin_PROGRAMS = gaim_applet gaim_applet_SOURCES = about.c \ aim.c \ applet.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ core.c \ dialogs.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.c \ list.c \ md5.c \ module.c \ multi.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ server.c \ sound.c \ ticker.c \ util.c gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_applet_LDFLAGS = -export-dynamic gaim_applet_LDADD = @LDADD@ @LIBOBJS@ else bin_PROGRAMS = gaim gaim_SOURCES = about.c \ aim.c \ applet.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ core.c \ dialogs.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.c \ list.c \ md5.c \ module.c \ multi.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ server.c \ sound.c \ ticker.c \ util.c gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_LDFLAGS = -export-dynamic gaim_LDADD = @LDADD@ @LIBOBJS@ endif CFLAGS += $(PERL_CFLAGS) CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" LIBS = @LIBS@ $(UI_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS) EXTRA_DIST = applet.h \ convo.h \ core.h \ gaim.h \ getopt.c \ getopt.h \ getopt1.c \ gtkimhtml.h \ gtkspell.h \ gtkticker.h \ md5.h \ multi.h \ prpl.h \ proxy.h \ ui.h
