diff options
Diffstat (limited to 'png/Makefile')
| -rw-r--r-- | png/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/png/Makefile b/png/Makefile index e686bd9ee..2f913d6a1 100644 --- a/png/Makefile +++ b/png/Makefile @@ -59,6 +59,7 @@ install: $(LIBPNG) $(INSTALL_DATA) png.h $(DESTDIR)$(includedir)/FL/images $(INSTALL_DATA) pngconf.h $(DESTDIR)$(includedir)/FL/images $(INSTALL_DATA) pnglibconf.h $(DESTDIR)$(includedir)/FL/images + $(INSTALL_DATA) pngprefix.h $(DESTDIR)$(includedir)/FL/images # @@ -72,6 +73,7 @@ uninstall: $(RM) $(DESTDIR)$(includedir)/FL/images/png.h $(RM) $(DESTDIR)$(includedir)/FL/images/pngconf.h $(RM) $(DESTDIR)$(includedir)/FL/images/pnglibconf.h + $(RM) $(DESTDIR)$(includedir)/FL/images/pngprefix.h # |
