X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e22f7ac1eccb5958dd960e157d0f35606f7db26e..16025084e9b3cf79dc13b84cd96ee850ff34296a:/libeg/Makefile diff --git a/libeg/Makefile b/libeg/Makefile index 73c46db..ce9a78d 100644 --- a/libeg/Makefile +++ b/libeg/Makefile @@ -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 lodepng_xtra.o TARGET = libeg.a all: $(TARGET)