Changeset 96
- Timestamp:
- 02/06/02 18:23:37 (7 years ago)
- Files:
-
- trunk/configure.ac (modified) (1 diff)
- trunk/src/requests.c (modified) (2 diffs)
- trunk/src/search.c (modified) (2 diffs)
- trunk/src/sessions.c (modified) (2 diffs)
- trunk/src/status.c (modified) (2 diffs, 2 props)
- trunk/src/users.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r68 r96 15 15 16 16 # Checks for libraries. 17 AC_CHECK_LIB([g g], [gg_login],[],AC_MSG_ERROR("You need libgg (from ekg package) to compile this."))17 AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgg (from ekg package) to compile this.")) 18 18 19 19 AC_ARG_ENABLE(debug,AC_HELP_STRING([--disable-debug],[Disable debugging code])) trunk/src/requests.c
r72 r96 1 /* $Id: requests.c,v 1. 8 2002/01/30 16:52:03jajcus Exp $ */1 /* $Id: requests.c,v 1.9 2002/02/06 17:23:36 jajcus Exp $ */ 2 2 3 3 /* … … 20 20 #include <stdio.h> 21 21 #include <libxode.h> 22 #include <libg g.h>22 #include <libgadu.h> 23 23 #include "ggtrans.h" 24 24 #include "requests.h" trunk/src/search.c
r72 r96 1 /* $Id: search.c,v 1. 9 2002/01/30 16:52:03jajcus Exp $ */1 /* $Id: search.c,v 1.10 2002/02/06 17:23:37 jajcus Exp $ */ 2 2 3 3 /* … … 18 18 */ 19 19 20 #include <libg g.h>20 #include <libgadu.h> 21 21 #include "ggtrans.h" 22 22 #include "search.h" trunk/src/sessions.c
r95 r96 1 /* $Id: sessions.c,v 1.2 3 2002/02/04 09:52:57 jajcus Exp $ */1 /* $Id: sessions.c,v 1.24 2002/02/06 17:23:37 jajcus Exp $ */ 2 2 3 3 /* … … 18 18 */ 19 19 20 #include <libg g.h>20 #include <libgadu.h> 21 21 #include "ggtrans.h" 22 22 #ifdef HAVE_UNISTD_H trunk/src/status.c
- Property svn:eol-style deleted
- Property svn:keywords deleted
r85 r96 1 /* $Id: status.c,v 1. 1 2002/02/03 15:38:02jajcus Exp $ */1 /* $Id: status.c,v 1.2 2002/02/06 17:23:37 jajcus Exp $ */ 2 2 3 3 /* … … 18 18 */ 19 19 20 #include <libg g.h>20 #include <libgadu.h> 21 21 #include "ggtrans.h" 22 22 #include "status.h" trunk/src/users.h
r87 r96 1 /* $Id: users.h,v 1. 9 2002/02/03 16:25:53jajcus Exp $ */1 /* $Id: users.h,v 1.10 2002/02/06 17:23:37 jajcus Exp $ */ 2 2 3 3 /* … … 21 21 #define users_h 22 22 23 #include <libg g.h>23 #include <libgadu.h> 24 24 25 25 typedef struct contact_s{
