summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2018-03-12 19:59:44 +0000
committerGDR! <gdr@gdr.name>2018-03-12 19:59:44 +0000
commitef49516b967e1b3a1af777725554e5081ee0c688 (patch)
tree7c93719e189653fc693fd56a7a4970132290793c
parenta6e3e443c5b788c7d1b43a1f9118d772a5a18f8d (diff)
c-toxcore 0.2.0 compatible pkg-config lib deps
-rw-r--r--Makefile2
-rw-r--r--gitversion.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b94a39c..90f78be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1SOURCES = $(wildcard *.c) 1SOURCES = $(wildcard *.c)
2DEPS=libtoxcore libsodium libevent_pthreads 2DEPS=toxcore
3CC=gcc 3CC=gcc
4CFLAGS=-g -Wall #-std=c99 4CFLAGS=-g -Wall #-std=c99
5CFLAGS += $(shell pkg-config --cflags $(DEPS)) 5CFLAGS += $(shell pkg-config --cflags $(DEPS))
diff --git a/gitversion.h b/gitversion.h
index 988e1e8..d4b7062 100644
--- a/gitversion.h
+++ b/gitversion.h
@@ -1 +1 @@
#define GITVERSION "b8c2242cafe33bda19c9774e2584be7508cb35f0" #define GITVERSION "a6e3e443c5b788c7d1b43a1f9118d772a5a18f8d"