summaryrefslogtreecommitdiff
path: root/png
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-07 02:35:44 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-07 02:35:44 +0000
commit628210154b5a5be5983998fa6728148303d10a64 (patch)
tree03480f66946e8ace71c188a48b439bae1e4050ea /png
parentdc24949ad5227ab79641fb61aebc7cbabca807a7 (diff)
Fix install targets for image libraries.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5667 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'png')
-rw-r--r--png/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/png/Makefile b/png/Makefile
index b5ace6c1d..9f6bff329 100644
--- a/png/Makefile
+++ b/png/Makefile
@@ -59,7 +59,7 @@ clean:
install: $(LIBPNG)
echo "Installing libfltk_png$(LIBEXT) in $(libdir)..."
-$(INSTALL_DIR) $(DESTDIR)$(libdir)
- $(INSTALL_LIB) libfltk_png$(LIBEXT) $(DESTDIR)$(libdir)
+ $(INSTALL_LIB) $(LIBPNG) $(DESTDIR)$(libdir)
$(RANLIB) $(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)
echo "Installing png headers in $(includedir)/FL/images..."
-$(INSTALL_DIR) $(DESTDIR)$(includedir)/FL/images