From 02f7a54e67260ee7995c6cd9bf40ae784b60203d Mon Sep 17 00:00:00 2001 From: nirav Date: Wed, 5 Sep 2018 00:35:24 +0530 Subject: Added image panning support, refactoring --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f5cb9cb..f763130 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ LDFLAGS=$(shell pkg-config --libs gtk+-3.0) PREFIX=/usr BINDIR=$(PREFIX)/bin -OBJECTS=main.o file.o image.o +OBJECTS=main.o file.o image.o input.o window.o all: qwe -- cgit v1.2.3