1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 15:57:46 +02:00

update Makefile.am

This commit is contained in:
Jfreegman 2013-11-09 21:58:44 -05:00
parent 1af9937dfd
commit ce05e206f1

View File

@ -14,8 +14,12 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
$(top_srcdir)/src/windows.c \
$(top_srcdir)/src/groupchat.c \
$(top_srcdir)/src/groupchat.h \
$(top_srcdir)/src/commands.c \
$(top_srcdir)/src/commands.h \
$(top_srcdir)/src/global_commands.c \
$(top_srcdir)/src/global_commands.h \
$(top_srcdir)/src/chat_commands.c \
$(top_srcdir)/src/chat_commands.h \
$(top_srcdir)/src/execute.c \
$(top_srcdir)/src/execute.h \
$(top_srcdir)/src/misc_tools.c \
$(top_srcdir)/src/misc_tools.h