]> code.delx.au - refind/blobdiff - libeg/Makefile
Restructuring and upgrading of LodePNG library.
[refind] / libeg / Makefile
index 7766472760904afb4cfc0c59d067ba9eace7b69f..ce9a78dc9e20877762e2bdd8ae90851e9c4e7add 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 lodepng.o
+OBJS            = screen.o image.o text.o load_bmp.o load_icns.o lodepng.o lodepng_xtra.o
 TARGET          = libeg.a
 
 all: $(TARGET)