mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
d2cf04e48e
fix typos here and there dwebp is now an installed program autotools = lot of fun :) Change-Id: Idd12a944dd8d6614e393122c4378e1f7ecf0e209
7 lines
123 B
Makefile
7 lines
123 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
dwebp_SOURCES = dwebp.c
|
|
dwebp_LDADD = ../src/dec/libwebpdecode.la
|
|
|
|
bin_PROGRAMS = dwebp
|