mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 09:33:01 +01:00
update makefile
This commit is contained in:
parent
03f807f1cd
commit
390cdc7b33
@ -11,7 +11,9 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
|
|||||||
$(top_srcdir)/src/friendlist.h \
|
$(top_srcdir)/src/friendlist.h \
|
||||||
$(top_srcdir)/src/friendlist.c \
|
$(top_srcdir)/src/friendlist.c \
|
||||||
$(top_srcdir)/src/toxic_windows.h \
|
$(top_srcdir)/src/toxic_windows.h \
|
||||||
$(top_srcdir)/src/windows.c
|
$(top_srcdir)/src/windows.c \
|
||||||
|
$(top_srcdir)/src/groupchat.c \
|
||||||
|
$(top_srcdir)/src/groupchat.h
|
||||||
|
|
||||||
toxic_CFLAGS = -I$(top_srcdir) \
|
toxic_CFLAGS = -I$(top_srcdir) \
|
||||||
$(NCURSES_CFLAGS) \
|
$(NCURSES_CFLAGS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user