aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-20 23:43:54 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-29 22:26:22 +0000
commit91eb7306b94187dbb989ac647cd79426790bf3c5 (patch)
treedec168dab4fa20fe03da5a445cb639af260da887 /Makefile
parent4e928fb9bb89f7e1f609aa7905dde3be7edbc4b8 (diff)
downloadimv-91eb7306b94187dbb989ac647cd79426790bf3c5.tar.gz
Support multiple backends
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2ceb04..6a05aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CONFIGPREFIX ?= /etc
CFLAGS ?= -W -Wall -pedantic -Wmissing-prototypes
CFLAGS += -std=c99
CPPFLAGS += $(shell sdl2-config --cflags) -D_XOPEN_SOURCE=700
-LIBS := $(shell sdl2-config --libs) -lfreeimage -lSDL2_ttf -lfontconfig -lpthread
+LIBS := $(shell sdl2-config --libs) -lfreeimage -lpng -lSDL2_ttf -lfontconfig -lpthread
BUILDDIR ?= build
TARGET := $(BUILDDIR)/imv