Fixed few nits in the build files.

Fixed the nits from last change (Provide an option to build decoder
library).

Change-Id: I7d8675b8156dc63cf21ef64810722552e7fb59f6
This commit is contained in:
Vikas Arora
2013-01-23 13:20:56 -08:00
parent 9161be863d
commit a941a3463e
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
bin_PROGRAMS = dwebp cwebp
if WANT_MUX
bin_PROGRAMS += webpmux
endif