summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-06-02 16:51:27 +0300
committerdefanor <defanor@uberspace.net>2020-06-02 16:51:27 +0300
commitc2c9c7918fe73e901ec8c76ef360374f9ad25c75 (patch)
tree9b420fed6571b58d8a7235ebb69e4cf5c38fb0da
parentdcac1adb85e2087b82daf7cbfeed51b90ada9279 (diff)
Add examples/weechat.c into the distribution
-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>