Mercurial > pidgin
view src/Makefile.am @ 2126:b935eca131be
[gaim-migrate @ 2136]
i've only tested this on two icons that didn't need scaling but they both worked. I figure if anyone has any problems they'll at least submit a bug report.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 06 Aug 2001 18:22:59 +0000 |
parents | d933b30d67b0 |
children | a22f18ae43c1 |
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 # 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