mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 04:46:37 +02:00
moved misc helper functions to separate file and removed redundant includes
This commit is contained in:
@ -15,7 +15,9 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
|
||||
$(top_srcdir)/src/groupchat.c \
|
||||
$(top_srcdir)/src/groupchat.h \
|
||||
$(top_srcdir)/src/commands.c \
|
||||
$(top_srcdir)/src/commands.h
|
||||
$(top_srcdir)/src/commands.h \
|
||||
$(top_srcdir)/src/misc_tools.c \
|
||||
$(top_srcdir)/src/misc_tools.h
|
||||
|
||||
toxic_CFLAGS = -I$(top_srcdir) \
|
||||
$(NCURSES_CFLAGS) \
|
||||
|
Reference in New Issue
Block a user