mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
6421a7a4fb
to make room for future libs sources also extract the types declaration into its own types.h file Change-Id: I8bae8a323a479a29375cf509792228ae6af51c7a
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
AC_INIT([webpdecode], [0.1])
|
|
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_OUTPUT
|