]> code.delx.au - refind/blobdiff - libeg/Makefile
More documentation of copyrights and licenses.
[refind] / libeg / Makefile
index 7766472760904afb4cfc0c59d067ba9eace7b69f..6b564d4d24be166c90baa9b63ea601e76d3bd09b 100644 (file)
@@ -3,13 +3,18 @@
 # Build control file for the libeg library
 #
 
+# This program is licensed under the terms of the GNU GPL, version 3,
+# or (at your option) any later version.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
 SRCDIR = .
 
 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)