view src/Makefile.am @ 82:05077cb276d4

[gaim-migrate @ 92] Made it very easy to switch between penguin and devil icons in the applet. Also made it so that it would find the icons better (through use of nifty GNOME functions I accidentally found). Other little touch-ups here and there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 08:22:38 +0000
parents 9b6127c08bcf
children f5b305c0d974
line wrap: on
line source

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


CFLAGS += $(GAIM_CFLAGS)
LIBS += $(GAIM_LIBS)
LDADD += $(GAIM_LDADD)

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