From 1fe9c10910d7083c1711f8bca08592264274a786 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Thu, 19 Sep 2013 17:04:46 -0400 Subject: [PATCH] updated makefile --- build/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/Makefile.am b/build/Makefile.am index ccdf4f3..520af77 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -13,7 +13,9 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \ $(top_srcdir)/src/toxic_windows.h \ $(top_srcdir)/src/windows.c \ $(top_srcdir)/src/groupchat.c \ - $(top_srcdir)/src/groupchat.h + $(top_srcdir)/src/groupchat.h \ + $(top_srcdir)/src/commands.c \ + $(top_srcdir)/src/commands.h toxic_CFLAGS = -I$(top_srcdir) \ $(NCURSES_CFLAGS) \