view src/Makefile.am @ 829:9a123b171f46

[gaim-migrate @ 839] yay. i have a secret. but basically this should fix most outstanding libfaim issues in gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Sep 2000 02:41:57 +0000
parents aefd5f2b1ea0
children fa681641643d
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
gaim_applet_DEPENDENCIES = ../libfaim/libfaim.a
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
gaim_DEPENDENCIES = ../libfaim/libfaim.a
endif

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

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