Skip to content

Commit

Permalink
Added miniz.c to the distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 3, 2013
1 parent 7d93b33 commit 67f4209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -25,6 +25,7 @@ libSDL2_image_la_SOURCES = \
IMG_xpm.c \
IMG_xv.c \
IMG_webp.c \
miniz.c \
$(IMAGEIO_SOURCE)

EXTRA_DIST = \
Expand Down
6 changes: 4 additions & 2 deletions Makefile.in
Expand Up @@ -112,13 +112,13 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__libSDL2_image_la_SOURCES_DIST = IMG.c IMG_bmp.c IMG_gif.c \
IMG_jpg.c IMG_lbm.c IMG_pcx.c IMG_png.c IMG_pnm.c IMG_tga.c \
IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c \
IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c miniz.c \
IMG_ImageIO.m
@USE_IMAGEIO_TRUE@am__objects_1 = IMG_ImageIO.lo
am_libSDL2_image_la_OBJECTS = IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo \
IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_tga.lo \
IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo \
$(am__objects_1)
miniz.lo $(am__objects_1)
libSDL2_image_la_OBJECTS = $(am_libSDL2_image_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Expand Down Expand Up @@ -389,6 +389,7 @@ libSDL2_image_la_SOURCES = \
IMG_xpm.c \
IMG_xv.c \
IMG_webp.c \
miniz.c \
$(IMAGEIO_SOURCE)

EXTRA_DIST = \
Expand Down Expand Up @@ -535,6 +536,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_xcf.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_xpm.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMG_xv.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miniz.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/showimage.Po@am__quote@

.c.o:
Expand Down

0 comments on commit 67f4209

Please sign in to comment.