mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
5d8985de47
'BUILD_' is more common across the build files Change-Id: Id302dba2e9e567c186a9da1da0fba44517e85d07
10 lines
146 B
Makefile
10 lines
146 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if BUILD_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|