Mercurial > pidgin
view src/Makefile.am @ 3501:3335ef5fbecc
[gaim-migrate @ 3564]
i18n fixes from paco-paco and msw, /topic fix from kingant. get the i18n fixes
into gtk1-stable and i'm done for the night.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 14 Sep 2002 03:17:05 +0000 |
| parents | 25eea0717f72 |
| children | 6c32036050cf |
line wrap: on
line source
SUBDIRS = protocols bin_PROGRAMS = gaim gaim-remote gaim_SOURCES = about.c \ aim.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ core.c \ dialogs.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.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 \ socket.c \ sound.c \ util.c gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_LDFLAGS = -export-dynamic gaim_LDADD = @LDADD@ @LIBOBJS@ gaim_remote_SOURCES = gaim-remote.c socket.c CFLAGS += $(PERL_CFLAGS) CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" LIBS = @LIBS@ $(GTK_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS) EXTRA_DIST = convo.h \ core.h \ gaim.h \ gaim-socket.h \ getopt.c \ getopt.h \ getopt1.c \ gtkimhtml.h \ gtkspell.h \ md5.h \ multi.h \ prpl.h \ proxy.h \ ui.h
