mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +08:00
Updated the bundled libpng to v1.5.1 (released Feb 3, 2011).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8523 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-1
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# PNG library makefile for the Fast Light Toolkit (FLTK).
|
||||
#
|
||||
# Copyright 1997-2009 by Easy Software Products.
|
||||
# Copyright 1997-2011 by Easy Software Products.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Library General Public
|
||||
@@ -67,6 +67,7 @@ install: $(LIBPNG)
|
||||
-$(INSTALL_DIR) $(DESTDIR)$(includedir)/FL/images
|
||||
$(INSTALL_DATA) png.h $(DESTDIR)$(includedir)/FL/images
|
||||
$(INSTALL_DATA) pngconf.h $(DESTDIR)$(includedir)/FL/images
|
||||
$(INSTALL_DATA) pnglibconf.h $(DESTDIR)$(includedir)/FL/images
|
||||
|
||||
|
||||
#
|
||||
@@ -79,6 +80,7 @@ uninstall:
|
||||
echo "Uninstalling png headers in $(includedir)/FL/images..."
|
||||
$(RM) $(DESTDIR)$(includedir)/FL/images/png.h
|
||||
$(RM) $(DESTDIR)$(includedir)/FL/images/pngconf.h
|
||||
$(RM) $(DESTDIR)$(includedir)/FL/images/pnglibconf.h
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user