move src/extras to the top-level

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
This commit is contained in:
James Zern
2016-07-19 15:23:08 -07:00
parent 9ac74f922e
commit ad497fbce3
9 changed files with 27 additions and 40 deletions

View File

@ -1,3 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src examples man
EXTRA_DIST = COPYING autogen.sh
if WANT_EXTRAS
SUBDIRS += extras
endif