Skip to content

Commit ae43a8b

Browse files
committed
Update Makefile to 1.0.2
1 parent 64c6f36 commit ae43a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ zopfli:
2525
# Zopfli shared library
2626
libzopfli:
2727
$(CC) $(ZOPFLILIB_SRC) $(CFLAGS) -fPIC -c
28-
$(CC) $(ZOPFLILIB_OBJ) $(CFLAGS) -shared -Wl,-soname,libzopfli.so.1 -o libzopfli.so.1.0.1
28+
$(CC) $(ZOPFLILIB_OBJ) $(CFLAGS) -shared -Wl,-soname,libzopfli.so.1 -o libzopfli.so.1.0.2
2929

3030
# ZopfliPNG binary
3131
zopflipng:
@@ -35,7 +35,7 @@ zopflipng:
3535
# ZopfliPNG shared library
3636
libzopflipng:
3737
$(CC) $(ZOPFLILIB_SRC) $(CFLAGS) -fPIC -c
38-
$(CXX) $(ZOPFLILIB_OBJ) $(LODEPNG_SRC) $(ZOPFLIPNGLIB_SRC) $(CFLAGS) -fPIC --shared -Wl,-soname,libzopflipng.so.1 -o libzopflipng.so.1.0.0
38+
$(CXX) $(ZOPFLILIB_OBJ) $(LODEPNG_SRC) $(ZOPFLIPNGLIB_SRC) $(CFLAGS) -fPIC --shared -Wl,-soname,libzopflipng.so.1 -o libzopflipng.so.1.0.2
3939

4040
# Remove all libraries and binaries
4141
clean:

0 commit comments

Comments
 (0)