libpurple/protocols/zephyr/init_et.c@c0d0b7137c8a
libpurple/protocols/zephyr/init_et.c
Thu, 29 Aug 2013 22:59:30 -0700
- author
- Mark Doliner <mark@kingant.net>
- date
- Thu, 29 Aug 2013 22:59:30 -0700
- changeset 34319
- c0d0b7137c8a
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Fix the FARSIGHT libs and cflags for the jabber prpl.
We never define FARSIGHT_LIBS or FARSIGHT_CFLAGS. We only ever define
FARSTREAM_LIBS and FARSTREAM_CFLAGS, even if they point to farsight.
I'm assuming this hasn't been a problem because:
1. The variables are allowed to be empty (it's not treated as an error)
2. libpurple and/or Pidgin link against farsight/farstream, so it's
apparently not necessary for the plugin to do it itself? Who knew.
/*
* Copyright 1986, 1987, 1988 by MIT Information Systems and
* the MIT Student Information Processing Board.
*
* For copyright info, see mit-sipb-copyright.h.
*/
#include <sysdep.h>
extern struct et_list * _et_list;