Merge "build: remove libwebpmux from default targets/config"

This commit is contained in:
James Zern
2012-07-13 11:33:52 -07:00
committed by Gerrit Code Review
7 changed files with 29 additions and 12 deletions

View File

@ -1,6 +1,9 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
bin_PROGRAMS = dwebp cwebp webpmux
bin_PROGRAMS = dwebp cwebp
if WANT_MUX
bin_PROGRAMS += webpmux
endif
noinst_LTLIBRARIES = libexampleutil.la
libexampleutil_la_SOURCES = example_util.c