mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
d55d447c9a
Change-Id: I6d8ebfe1f855024fc0694b1aa584f71fa27b83ae
10 lines
155 B
Makefile
10 lines
155 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = sharpyuv src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if BUILD_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|