Who needs threads to load thumbnails?

This commit is contained in:
Bert
2011-02-17 11:04:58 +01:00
parent e0d0892065
commit bcc70bd7cb
4 changed files with 52 additions and 82 deletions

View File

@ -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)