From 91eb7306b94187dbb989ac647cd79426790bf3c5 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 20 Jan 2019 23:43:54 +0000 Subject: Support multiple backends --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3