Changeset 96

Show
Ignore:
Timestamp:
02/06/02 18:23:37 (7 years ago)
Author:
jajcus
Message:

- s/libgg/libgadu/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r68 r96  
    1515 
    1616# Checks for libraries. 
    17 AC_CHECK_LIB([gg], [gg_login],[],AC_MSG_ERROR("You need libgg (from ekg package) to compile this.")) 
     17AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgg (from ekg package) to compile this.")) 
    1818 
    1919AC_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:03 jajcus Exp $ */ 
     1/* $Id: requests.c,v 1.9 2002/02/06 17:23:36 jajcus Exp $ */ 
    22 
    33/* 
     
    2020#include <stdio.h> 
    2121#include <libxode.h> 
    22 #include <libgg.h> 
     22#include <libgadu.h> 
    2323#include "ggtrans.h" 
    2424#include "requests.h" 
  • trunk/src/search.c

    r72 r96  
    1 /* $Id: search.c,v 1.9 2002/01/30 16:52:03 jajcus Exp $ */ 
     1/* $Id: search.c,v 1.10 2002/02/06 17:23:37 jajcus Exp $ */ 
    22 
    33/* 
     
    1818 */ 
    1919 
    20 #include <libgg.h> 
     20#include <libgadu.h> 
    2121#include "ggtrans.h" 
    2222#include "search.h" 
  • trunk/src/sessions.c

    r95 r96  
    1 /* $Id: sessions.c,v 1.23 2002/02/04 09:52:57 jajcus Exp $ */ 
     1/* $Id: sessions.c,v 1.24 2002/02/06 17:23:37 jajcus Exp $ */ 
    22 
    33/* 
     
    1818 */ 
    1919 
    20 #include <libgg.h> 
     20#include <libgadu.h> 
    2121#include "ggtrans.h" 
    2222#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:02 jajcus Exp $ */ 
     1/* $Id: status.c,v 1.2 2002/02/06 17:23:37 jajcus Exp $ */ 
    22 
    33/* 
     
    1818 */ 
    1919 
    20 #include <libgg.h> 
     20#include <libgadu.h> 
    2121#include "ggtrans.h" 
    2222#include "status.h" 
  • trunk/src/users.h

    r87 r96  
    1 /* $Id: users.h,v 1.9 2002/02/03 16:25:53 jajcus Exp $ */ 
     1/* $Id: users.h,v 1.10 2002/02/06 17:23:37 jajcus Exp $ */ 
    22 
    33/* 
     
    2121#define users_h 
    2222 
    23 #include <libgg.h> 
     23#include <libgadu.h> 
    2424 
    2525typedef struct contact_s{