view src/Makefile.am @ 611:0f7e5ff95f71

[gaim-migrate @ 621] god i'm anal. USE TABS! :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 Aug 2000 01:23:46 +0000
parents cf3da01f451c
children aefd5f2b1ea0
line wrap: on
line source

if GNOMEAPPLET
bin_PROGRAMS = gaim_applet
gaim_applet_SOURCES =	about.c \
			aim.c \
			away.c \
			browser.c \
			buddy.c \
			buddy_chat.c \
			conversation.c \
			dialogs.c \
			gaimrc.c \
			gnome_applet_mgr.c \
			gtkhtml.c \
			gtkticker.c \
			html.c \
			idle.c \
			network.c \
			oscar.c \
			perl.c \
			plugins.c \
			prefs.c \
			proxy.c \
			rvous.c \
			server.c \
			sound.c \
			ticker.c \
			toc.c \
			util.c
else
bin_PROGRAMS = gaim
gaim_SOURCES =	about.c \
		aim.c \
		away.c \
		browser.c \
		buddy.c \
		buddy_chat.c \
		conversation.c \
		dialogs.c \
		gaimrc.c \
		gnome_applet_mgr.c \
		gtkhtml.c \
		gtkticker.c \
		html.c \
		idle.c \
		network.c \
		oscar.c \
		perl.c \
		plugins.c \
		prefs.c \
		proxy.c \
		rvous.c \
		server.c \
		sound.c \
		ticker.c \
		toc.c \
		util.c
endif

CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\"

EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h gtkticker.h convo.h