1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 19:47:46 +02:00

updated makefile

This commit is contained in:
Jfreegman 2013-09-19 17:04:46 -04:00
parent d49a5ca993
commit 1fe9c10910

View File

@ -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) \