diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-16 15:03:46 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-16 15:03:46 +0100 |
| commit | f0ff8a508390b0cc809c56297d66dd7a60fd0132 (patch) | |
| tree | e479722c712ee810a8fc00e68d09d25229f140cc /jpeg/Makefile | |
| parent | 397226b75d0c2eb8bc7ecb25f6aa0c496ee08b60 (diff) | |
| parent | 796a9bf23e63dfc6834b9fd04c10c8c27f894941 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'jpeg/Makefile')
| -rw-r--r-- | jpeg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jpeg/Makefile b/jpeg/Makefile index ac854d6c8..6dd48e361 100644 --- a/jpeg/Makefile +++ b/jpeg/Makefile @@ -106,6 +106,7 @@ install: $(LIBJPEG) $(INSTALL_DATA) jerror.h $(DESTDIR)$(includedir)/FL/images $(INSTALL_DATA) jmorecfg.h $(DESTDIR)$(includedir)/FL/images $(INSTALL_DATA) jpeglib.h $(DESTDIR)$(includedir)/FL/images + $(INSTALL_DATA) fltk_jpeg_prefix.h $(DESTDIR)$(includedir)/FL/images # @@ -120,6 +121,7 @@ uninstall: $(RM) $(includedir)/FL/images/jerror.h $(RM) $(includedir)/FL/images/jmorecfg.h $(RM) $(includedir)/FL/images/jpeglib.h + $(RM) $(includedir)/FL/images/fltk_jpeg_prefix.h # |
