libwebp/examples/Makefile.am
Pascal Massimino d2cf04e48e move Makefile.am one level below, to src/dec
fix typos here and there
dwebp is now an installed program

autotools = lot of fun :)

Change-Id: Idd12a944dd8d6614e393122c4378e1f7ecf0e209
2011-01-07 18:16:04 -08:00

7 lines
123 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/src
dwebp_SOURCES = dwebp.c
dwebp_LDADD = ../src/dec/libwebpdecode.la
bin_PROGRAMS = dwebp