view src/Makefile.am @ 5116:c081a81ee013

[gaim-migrate @ 5479] Bjoern Voigt writes: "I have prepared some updates and patches: 1) File i18n5-de.patch - updated German translation 2) File i18n5.patch - new files in po/POTFILES.in - new strings marked for translation 3) File i18n5-accelgroup.patch - keyboard accelerators for conversation window 4) File i18n5-gaim-remote.patch - i18n support for gaim-remote.c - correct handling of "--help" option" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 12 Apr 2003 23:31:41 +0000
parents cb700c07ee07
children fefad67de2c7
line wrap: on
line source

EXTRA_DIST = \
		getopt.c \
		getopt.h \
		getopt1.c

SUBDIRS = protocols

bin_PROGRAMS = gaim gaim-remote
gaim_SOURCES =	about.c \
		away.c \
		browser.c \
		buddy.c \
		buddy_chat.c \
		conversation.c \
		conversation.h \
		core.c \
		core.h \
		dialogs.c \
		dnd-hints.c \
		dnd-hints.h \
		ft.c \
		ft.h \
		gaim.h \
		gaim-socket.h \
		gaim-disclosure.c \
		gaim-disclosure.h \
		gaimrc.c \
		gtkcellrendererprogress.c \
		gtkcellrendererprogress.h \
		gtkconv.c \
		gtkconv.h \
		gtkft.c \
		gtkft.h \
		gtkimhtml.c \
		gtkimhtml.h \
		gtklist.h \
		gtkpounce.c \
		gtkpounce.h \
		gtkutils.c \
		gtkutils.h \
		html.c \
		idle.c \
		list.c \
		list.h \
		log.c \
		main.c \
		md5.c \
		md5.h \
		module.c \
		multi.c \
		multi.h \
		perl.c \
		pounce.c \
		pounce.h \
		prefs.c \
		privacy.h \
		proxy.c \
		proxy.h \
		prpl.c \
		prpl.h \
		server.c \
		session.c \
		socket.c \
		sound.c \
		sound.h \
		stock.c \
		stock.h \
		themes.c \
		util.c \
		util.h \
		ui.h

gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
gaim_LDFLAGS = -export-dynamic
gaim_LDADD = \
	@LIBOBJS@ \
	$(GTK_LIBS) \
	$(SOUND_LIBS) \
	$(STATIC_LINK_LIBS) \
	$(PERL_LIBS) \
	$(XSS_LIBS) \
	$(SM_LIBS) \
	$(INTLLIBS) \
	$(GTKSPELL_LIBS)

gaim_remote_SOURCES = gaim-remote.c socket.c
gaim_remote_DEPENDENCIES = @LIBOBJS@
gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS)

AM_CPPFLAGS = \
	$(PERL_CFLAGS) \
	$(GTKSPELL_CFLAGS) \
	$(AUDIOFILE_CFLAGS) \
	$(AO_CFLAGS) \
	-DLOCALEDIR=\"$(datadir)/locale\" \
	-DLIBDIR=\"$(libdir)/gaim/\" \
	-DDATADIR=\"$(datadir)\" \
	$(DEBUG_CFLAGS)