mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
c379b55a93
Change-Id: I2508c786a095a2a75bebf766210c64e2af88f9b6
10 lines
145 B
Makefile
10 lines
145 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if WANT_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|