X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a57fa6399fc4ab976d26ea054b64eba252134697..82a7c4ececec4d1db39fb7996b1c3689ea125f4c:/libeg/Makefile diff --git a/libeg/Makefile b/libeg/Makefile index 73c46db..7766472 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 TARGET = libeg.a all: $(TARGET)