From 00e059f854254cc7bc9722e3cc4f8450398f3ccc Mon Sep 17 00:00:00 2001 From: GDR! Date: Fri, 20 Oct 2017 22:31:46 +0200 Subject: Makefile compatible with c-toxcore 0.1.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1c2466..141af4f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SOURCES = $(wildcard *.c) -DEPS=libsodium toxcore libevent_pthreads +DEPS=libtoxcore libsodium libevent_pthreads CC=gcc CFLAGS=-g -Wall #-std=c99 CFLAGS += $(shell pkg-config --cflags $(DEPS)) -- cgit v1.2.3