mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
configure,*am,cosmetics: s/WANT_/BUILD_/
'BUILD_' is more common across the build files Change-Id: Id302dba2e9e567c186a9da1da0fba44517e85d07
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
AM_CPPFLAGS += -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
noinst_LTLIBRARIES =
|
||||
noinst_LTLIBRARIES += libimageio_util.la
|
||||
if WANT_DEMUX
|
||||
if BUILD_DEMUX
|
||||
noinst_LTLIBRARIES += libimagedec.la
|
||||
endif
|
||||
noinst_LTLIBRARIES += libimageenc.la
|
||||
|
Reference in New Issue
Block a user