view src/Makefile.am @ 4064:b188b93ebf48

[gaim-migrate @ 4274] (23:01:14) LSchiere: okay, this patch fixes at least some of the problems saving sound, away, and font preferences. it makes spin buttons and entry widgets save prefs on loss of focus or dialog close instead of on change. (23:01:17) LSchiere: anything else it does? (23:01:44) faceprint: it makes nothing save unless you hit close. however, everything saves when you hit close. (23:02:06) LSchiere: they still apply before close? (23:02:09) faceprint: it should right most of the wrongs of prefs (23:02:25) faceprint: they apply before close, but aren't written to disk every time you check or uncheck a checkbox or something (23:02:27) Paco-Paco: it looks OK committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 12 Dec 2002 04:03:53 +0000
parents 9bcb42faccc0
children 9c31ddae80a1
line wrap: on
line source

SUBDIRS = protocols

bin_PROGRAMS = gaim gaim-remote
gaim_SOURCES =	about.c \
		aim.c \
		away.c \
		browser.c \
		buddy.c \
		buddy_chat.c \
		conversation.c \
		core.c \
		dialogs.c \
		ft.c \
		gaimrc.c \
		gtkimhtml.c \
		html.c \
		idle.c \
		list.c \
		md5.c \
		module.c \
		multi.c \
		perl.c \
		prefs.c \
		proxy.c \
		prpl.c \
		server.c \
		socket.c \
		sound.c \
		util.c
gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
gaim_LDFLAGS = -export-dynamic
gaim_LDADD = @LDADD@ @LIBOBJS@

gaim_remote_LDADD = @LDADD@ @LIBOBJS@
gaim_remote_SOURCES = gaim-remote.c socket.c

CFLAGS += $(PERL_CFLAGS) $(GTKSPELL_CFLAGS)
CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\"

LIBS = @LIBS@ $(GTK_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS) $(GTKSPELL_LIBS)

EXTRA_DIST =	convo.h \
		core.h \
		gaim.h \
		gaim-socket.h \
		getopt.c \
		getopt.h \
		getopt1.c \
		gtkimhtml.h \
		md5.h \
		multi.h \
		prpl.h \
		proxy.h \
		ui.h