mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
ad497fbce3
reserve src/ for the code of the main libraries: libwebp, libwebpdemux and libwebpmux + demote this library to internal only; i.e., don't install the header + lib with make install Change-Id: I8c9844db8f494be0fa0a2549a5b75b5cebcf666d
8 lines
125 B
Makefile
8 lines
125 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src examples man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if WANT_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|