summaryrefslogtreecommitdiff
path: root/config.mk
blob: 92f54e575b365559267fb7555da8bcd6869e71df (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ratox version
VERSION = 0.2.1

# paths
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

TOX_CFLAGS = -I./toxcore/toxcore -I./toxcore/toxav -I./toxcore/toxencryptsave -I/usr/include/opus

CC = cc
LD = $(CC)
CPPFLAGS = -DVERSION=\"${VERSION}\" $(TOX_CFLAGS)
CFLAGS   = -g -Wall -Wunused $(CPPFLAGS)
LDFLAGS  = -g -lopus -lvpx -lpthread -lsodium