aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example_plugin.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-02 12:38:33 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-03-02 12:38:33 +0100
commite506d6ce40dd357e29a7c856ab2b664df69cf015 (patch)
tree93c304f6391119afd26f12495356f98289f1880a /doc/example_plugin.c
parent9a1555dc8521f0973347911bcb26d1038259f967 (diff)
Install bitlbee's header files and a pkg-config file. This means
that 3rd-parties can write support for additional protocols in BitlBee.
Diffstat (limited to 'doc/example_plugin.c')
-rw-r--r--doc/example_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/example_plugin.c b/doc/example_plugin.c
index 38d02260..a33907a8 100644
--- a/doc/example_plugin.c
+++ b/doc/example_plugin.c
@@ -2,10 +2,11 @@
* This is the most simple possible BitlBee plugin. To use, compile it as
* a shared library and place it in the plugin directory:
*
- * gcc -o example.so -shared example.c
+ * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee`
* cp example.so /usr/local/lib/bitlbee
*/
#include <stdio.h>
+#include <bitlbee.h>
void init_plugin(void)
{