Skip to content

Commit

Permalink
Fix install targets for image libraries.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5667 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Feb 7, 2007
1 parent dc24949 commit 6282101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion png/Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zlib/Makefile
Expand Up @@ -59,7 +59,7 @@ clean:
install: $(LIBZ)
echo "Installing libfltk_z$(LIBEXT) in $(libdir)..."
-$(INSTALL_DIR) $(DESTDIR)$(libdir)
$(INSTALL_LIB) libfltk_z$(LIBEXT) $(DESTDIR)$(libdir)
$(INSTALL_LIB) $(LIBZ) $(DESTDIR)$(libdir)
$(RANLIB) $(DESTDIR)$(libdir)/libfltk_z$(LIBEXT)
echo "Installing zlib headers in $(includedir)/FL/images..."
-$(INSTALL_DIR) $(DESTDIR)$(includedir)/FL/images
Expand Down

0 comments on commit 6282101

Please sign in to comment.