Mercurial > pidgin
view src/protocols/oscar/Makefile.am @ 4891:cfa045006bec
[gaim-migrate @ 5221]
this saves the blist.xml file to an alternate name, and then moves it, that
way we don't lose your precious buddies if gaim crashes.
Of course, if gaim were to crash, it wouldn't be gaim's fault, it would be
the fault of some external force. This is because gaim is perfect, and
Sean is perfect. Yeah.
This should be done for .gaimrc too, but i'm too tired to do that right now.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 25 Mar 2003 06:35:45 +0000 |
| parents | 9810ce8e7a96 |
| children | fcc28f5dd0c8 |
line wrap: on
line source
EXTRA_DIST = README CHANGES COPYING BUGS AUTHORS pkgdir = $(libdir)/gaim OSCARSOURCES = \ admin.c \ adverts.c \ aim.h \ aim_cbtypes.h \ aim_internal.h \ auth.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ faimconfig.h \ ft.c \ icon.c \ icq.c \ im.c \ info.c \ invite.c \ md5.h \ misc.c \ msgcookie.c \ newsearch.c \ popups.c \ rxhandlers.c \ rxqueue.c \ search.c \ service.c \ snac.c \ ssi.c \ stats.c \ tlv.c \ translate.c \ txqueue.c \ util.c \ oscar.c AM_CFLAGS = $(st) liboscar_la_LDFLAGS = -module -avoid-version if STATIC_OSCAR st = -DSTATIC noinst_LIBRARIES = liboscar.a liboscar_a_SOURCES = $(OSCARSOURCES) liboscar_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = liboscar.la liboscar_la_SOURCES = $(OSCARSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS)
