Ignore:
Timestamp:
2006-03-02T11:38:33Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
1e5fcac
Parents:
9a1555d
Message:

Install bitlbee's header files and a pkg-config file. This means
that 3rd-parties can write support for additional protocols in BitlBee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/example_plugin.c

    r9a1555d re506d6c  
    33 * a shared library and place it in the plugin directory:
    44 *
    5  * gcc -o example.so -shared example.c
     5 * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee`
    66 * cp example.so /usr/local/lib/bitlbee
    77 */
    88#include <stdio.h>
     9#include <bitlbee.h>
    910
    1011void init_plugin(void)
Note: See TracChangeset for help on using the changeset viewer.