aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-16 23:03:42 +0100
committerBert <ber.t@gmx.com>2011-02-16 23:03:42 +0100
commite0d08920657e8e5132a732c2f429243efa899ac1 (patch)
tree12ff72420d8f2c07828099e27c8bc031ca8e7be8 /Makefile
parent26c2179be7676df3049035e5e65039c7fc232cb7 (diff)
downloadnsxiv-e0d08920657e8e5132a732c2f429243efa899ac1.tar.zst
Use pthread to load thumbnails
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de784ab..dd4427f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CC?=gcc
PREFIX?=/usr/local
CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\"
LDFLAGS+=
-LIBS+= -lX11 -lImlib2
+LIBS+= -lX11 -lImlib2 -lpthread
SRCFILES=$(wildcard *.c)
OBJFILES=$(SRCFILES:.c=.o)