diff options
author | GDR! <gdr@gdr.name> | 2018-03-12 19:59:44 +0000 |
---|---|---|
committer | GDR! <gdr@gdr.name> | 2018-03-12 19:59:44 +0000 |
commit | ef49516b967e1b3a1af777725554e5081ee0c688 (patch) | |
tree | 7c93719e189653fc693fd56a7a4970132290793c | |
parent | a6e3e443c5b788c7d1b43a1f9118d772a5a18f8d (diff) |
c-toxcore 0.2.0 compatible pkg-config lib deps
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gitversion.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | SOURCES = $(wildcard *.c) | 1 | SOURCES = $(wildcard *.c) |
2 | DEPS=libtoxcore libsodium libevent_pthreads | 2 | DEPS=toxcore |
3 | CC=gcc | 3 | CC=gcc |
4 | CFLAGS=-g -Wall #-std=c99 | 4 | CFLAGS=-g -Wall #-std=c99 |
5 | CFLAGS += $(shell pkg-config --cflags $(DEPS)) | 5 | CFLAGS += $(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" | ||