]> code.delx.au - refind/blobdiff - libeg/Makefile
Added PNG support for icons, selection images, & banners.
[refind] / libeg / Makefile
index 73c46dba625aaf1672971e36a978b41b55395c11..7766472760904afb4cfc0c59d067ba9eace7b69f 100644 (file)
@@ -9,7 +9,7 @@ VPATH = $(SRCDIR)
 
 LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
 
-OBJS            = screen.o image.o text.o load_bmp.o load_icns.o
+OBJS            = screen.o image.o text.o load_bmp.o load_icns.o lodepng.o
 TARGET          = libeg.a
 
 all: $(TARGET)