Mercurial > pidgin.yaz
view src/Makefile.am @ 2292:6625d0755c51
[gaim-migrate @ 2302]
another fix
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 17 Sep 2001 06:21:33 +0000 |
parents | a22f18ae43c1 |
children | 5486d558ecee |
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 \ dialogs.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.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 \ dialogs.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.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 # UI stuff. We do this here so the PRPLs aren't forced to link with it LIBS += $(UI_LIBS) # Sound libs. Just for fun LIBS += $(SOUND_LIBS) # Static protocols LIBS += $(STATIC_LINK_LIBS) # Perl stuff. plugins shouldn't need this either (right?) CFLAGS += $(PERL_CFLAGS) LIBS += $(PERL_LIBS) # X screensaver extension LIBS += $(XSS_LIBS) # gettext stuff LIBS += $(INTLLIBS) # any other stuff CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) LIBS += $(DEBUG_LIBS) EXTRA_DIST = applet.h \ convo.h \ gaim.h \ getopt.c \ getopt.h \ getopt1.c \ gtkimhtml.h \ gtkspell.h \ gtkticker.h \ multi.h \ prpl.h \ proxy.h