aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-18 16:40:37 +0100
committerBert <ber.t@gmx.com>2011-01-18 16:40:37 +0100
commit7121e7b468e133cda882c574bf1d6933c490ae94 (patch)
tree6bd9966e5b2243850270f2c9d0b9892ec0f28c7a /Makefile
parent22db1ed3614cbaf67bac7d24f86ebbe824188bef (diff)
downloadnsxiv-7121e7b468e133cda882c574bf1d6933c490ae94.tar.zst
Initialize imlib2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e755b4..e6644ee 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC?=gcc
PREFIX?=/usr/local
CFLAGS+= -std=c99 -Wall -pedantic -g
LDFLAGS+=
-LIBS+= -lX11
+LIBS+= -lX11 -lImlib2
SRCFILES=$(wildcard *.c)
OBJFILES=$(SRCFILES:.c=.o)