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
This commit is contained in:
Pascal Massimino
2011-01-07 18:15:12 -08:00
parent ade92de8e0
commit d2cf04e48e
7 changed files with 61 additions and 646 deletions

View File

@ -1,4 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
dwebp_SOURCES = dwebp.c
dwebp_LDADD = ../src/libwebpdecode.la
noinst_PROGRAMS = dwebp
dwebp_LDADD = ../src/dec/libwebpdecode.la
bin_PROGRAMS = dwebp