mirror of
https://github.com/webmproject/libwebp.git
synced 2026-02-08 19:16:40 +01:00
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
|