about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-17 00:15:28 +0100
committerJames Booth <boothj5@gmail.com>2015-06-17 00:15:28 +0100
commit2215a3791f4394394c3ddcde7dd4aa98c704809b (patch)
tree9d654ffdd90a49d22efa603cc926238b1d34eafa /Makefile.am
parentcfef64c7677cdf66e2b37aa0aa5728262c3bb2f6 (diff)
downloadprofani-tty-2215a3791f4394394c3ddcde7dd4aa98c704809b.tar.gz
Added current window reference to command functions
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 b416e1b2..5508be7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ core_sources = \
 	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
 	src/ui/titlebar.h src/ui/statusbar.h src/ui/inputwin.h \
 	src/ui/console.c src/ui/notifier.c \
+	src/ui/win_types.h \
 	src/window_list.c src/window_list.h \
 	src/ui/rosterwin.c src/ui/occupantswin.c \
 	src/ui/buffer.c src/ui/buffer.h \