view src/Makefile.am @ 60:9b6127c08bcf

[gaim-migrate @ 70] Gotta list gnome_applet_mgr.c in the main part of the sources. make dist just assumes default build. Kinda broke --enable-gnome for gnome peoples :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 27 Mar 2000 00:46:06 +0000
parents 61e94e1bd4c8
children 05077cb276d4
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