From bcc70bd7cbcdf56e84984929d9f8c6f1776f2204 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 17 Feb 2011 11:04:58 +0100 Subject: Who needs threads to load thumbnails? --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd4427f..1a6c8a4 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ all: sxiv -VERSION=git-20110216 +VERSION=git-20110217 CC?=gcc PREFIX?=/usr/local CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" LDFLAGS+= -LIBS+= -lX11 -lImlib2 -lpthread +LIBS+= -lX11 -lImlib2 SRCFILES=$(wildcard *.c) OBJFILES=$(SRCFILES:.c=.o) -- cgit v1.2.3