about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 20:52:45 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 20:52:45 +0000
commit87cdbe015a8dfe20067b2933322a7c9ca17745f2 (patch)
tree6710efa4bc120e5cea4c0906b1a7d537beda41ce /Makefile.am
parent4a8d6c2153a9ca4a3fb6f0ddc20e1d6c6e2107e6 (diff)
downloadprofani-tty-87cdbe015a8dfe20067b2933322a7c9ca17745f2.tar.gz
Added server_events.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 70738515..e8f92ba1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ core_sources = \
 	src/xmpp/capabilities.h src/xmpp/connection.h \
 	src/xmpp/roster.c src/xmpp/roster.h \
 	src/xmpp/bookmark.c src/xmpp/bookmark.h \
+    src/server_events.c src/server_events.h \
 	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
 	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
 	src/ui/console.c src/ui/notifier.c \