From 7e8ea36eb8106b4847af13a27a3e8f3177d25809 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 10 Mar 2019 13:30:19 +0530 Subject: Refactor main.c and auth.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f2f4921..8b84c4a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ CFLAGS=-o2 -pipe CFLAGS+=-Wall -Wextra -Wno-unused-parameter 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 @@ -18,7 +17,8 @@ OBJECTS=$(OUTDIR)/main.o \ $(OUTDIR)/status.o \ $(OUTDIR)/timeline.o \ $(OUTDIR)/auth.o \ - $(OUTDIR)/window.o + $(OUTDIR)/login_window.o \ + $(OUTDIR)/timeline_window.o all: ap_client -- cgit v1.2.3