From 77a9d0050c16ffd6c4d3a2b17533954d560bb019 Mon Sep 17 00:00:00 2001 From: nirav Date: Fri, 8 Mar 2019 01:40:21 +0530 Subject: Add async http post support --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 663d8e6..f2f4921 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ PKGCONFIG=$(shell which pkg-config) CFLAGS=-o2 -pipe CFLAGS+=-Wall -Wextra -Wno-unused-parameter -CFLAGS+=$(shell $(PKGCONFIG) --cflags gtk+-3.0 libcurl jansson) -LDFLAGS+=$(shell $(PKGCONFIG) --libs gtk+-3.0 libcurl jansson) +CFLAGS+=$(shell $(PKGCONFIG) --cflags gtk+-3.0 libcurl jansson) -lpthread +LDFLAGS+=$(shell $(PKGCONFIG) --libs gtk+-3.0 libcurl jansson) -lpthread +LDFLAGS+= DESTDIR= PREFIX=/usr/local BINDIR=$(PREFIX)/bin -- cgit v1.2.3