view src/Makefile.am @ 217:fba779cc01f5

[gaim-migrate @ 227] Removed the really buggy thread code, and almost got Get File (where gaim sends to Oscar clients) to work. At least they can get a list of files now. Btw, the 2 bytes that were bugging weren't the problem, it was network byte order. I'm stupid sometimes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 05 May 2000 22:33:38 +0000
parents 73e9a0bfff62
children b402a23f35df
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 \
	html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \
	server.c sound.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 \
	html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \
	server.c sound.c toc.c util.c
endif


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

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