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

@ -3,5 +3,5 @@ AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile])
AC_CONFIG_FILES([Makefile examples/Makefile src/dec/Makefile])
AC_OUTPUT