aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)