1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 16:06:36 +02:00

Makefile: refactoring and adding desktop notifications support

This commit is contained in:
Ansa89
2014-07-30 14:14:13 +02:00
parent 75708f7600
commit b62787ce47
13 changed files with 179 additions and 135 deletions

3
cfg/systems/FreeBSD.mk Normal file
View File

@ -0,0 +1,3 @@
# Specials options for freebsd systems
LIBS := $(filter-out ncursesw, $(LIBS))
LDFLAGS += -lncursesw

3
cfg/systems/Linux.mk Normal file
View File

@ -0,0 +1,3 @@
# Specials options for linux systems
CFLAGS +=
LDFLAGS += -ldl -lresolv