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

Merge branch 'master' into new_groupchats

This commit is contained in:
Jfreegman
2015-12-01 17:57:45 -05:00
13 changed files with 167 additions and 124 deletions

View File

@ -1,5 +1,5 @@
# Version
TOXIC_VERSION = 0.6.1
TOXIC_VERSION = 0.7.0
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION)

View File

@ -1,4 +1,4 @@
# Specials options for freebsd systems
LIBS := $(filter-out ncursesw, $(LIBS))
LDFLAGS += -lncursesw
LDFLAGS += -lncursesw -lcurl
MANDIR = $(PREFIX)/man