diff options
| author | Bert <ber.t@gmx.com> | 2011-02-16 23:03:42 +0100 | 
|---|---|---|
| committer | Bert <ber.t@gmx.com> | 2011-02-16 23:03:42 +0100 | 
| commit | e0d08920657e8e5132a732c2f429243efa899ac1 (patch) | |
| tree | 12ff72420d8f2c07828099e27c8bc031ca8e7be8 /Makefile | |
| parent | 26c2179be7676df3049035e5e65039c7fc232cb7 (diff) | |
Use pthread to load thumbnails
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
