summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--examples/basic.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index adbeb78..fcb3911 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
-EXTRA_DIST = examples/basic.c
+EXTRA_DIST = examples/basic.c examples/weechat.c
info_TEXINFOS = rexmpp.texi
diff --git a/examples/basic.c b/examples/basic.c
index d9a3f65..cbc9f4f 100644
--- a/examples/basic.c
+++ b/examples/basic.c
@@ -3,6 +3,7 @@
#include <errno.h>
#include <syslog.h>
#include <gnutls/gnutls.h>
+#include <gsasl.h>
#include <rexmpp.h>