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,4 +1,4 @@
# The mux, demux and extras libraries depend on libwebp, thus the '.' to force
# The mux and demux libraries depend on libwebp, thus the '.' to force
# the build order so it's available to them.
SUBDIRS = dec enc dsp utils .
if WANT_MUX
@ -7,9 +7,6 @@ endif
if WANT_DEMUX
SUBDIRS += demux
endif
if WANT_EXTRAS
SUBDIRS += extras
endif
lib_LTLIBRARIES = libwebp.la