Mercurial > pidgin
view src/Makefile.am @ 3759:6007f61108c4
[gaim-migrate @ 3898]
problem is more extensive than initially thought
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 20 Oct 2002 02:01:17 +0000 |
parents | 4faf84dfdda2 |
children | 9bcb42faccc0 |
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 \ ft.c \ gaimrc.c \ gtkimhtml.c \ gtkspell.c \ html.c \ idle.c \ list.c \ md5.c \ module.c \ multi.c \ perl.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_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