summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-21 16:34:24 +0530
committerDandelion <nirav@teisuu.com>2019-03-21 16:50:20 +0530
commit4b27c1a348d8de036dabd5525452f5b9ad08a32b (patch)
treef70c35351dc357d4297f985607fce9221ced96f0 /Makefile
parentc608bcc3dfab2abe7b66c10f8556086b2d45b3a3 (diff)
downloadap_client-4b27c1a348d8de036dabd5525452f5b9ad08a32b.tar.gz
ap_client-4b27c1a348d8de036dabd5525452f5b9ad08a32b.zip
Use g_threads, add builder ui for timeline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d214f26..0134d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=cc
PKGCONFIG=$(shell which pkg-config)
CFLAGS=-o2 -pipe
-CFLAGS+=-Wall -Wextra -Wno-unused-parameter
+CFLAGS+=-Wall -Wextra -Wno-unused-parameter -std=c99
CFLAGS+=$(shell $(PKGCONFIG) --cflags gtk+-3.0 libcurl jansson) -lpthread
LDFLAGS+=$(shell $(PKGCONFIG) --libs gtk+-3.0 libcurl jansson) -lpthread
DESTDIR=
@@ -17,6 +17,7 @@ OBJECTS=$(OUTDIR)/main.o \
$(OUTDIR)/status.o \
$(OUTDIR)/timeline.o \
$(OUTDIR)/auth.o \
+ $(OUTDIR)/register.o \
$(OUTDIR)/login_window.o \
$(OUTDIR)/timeline_window.o \
$(OUTDIR)/config.o \