ELFIO/configure.ac
Serge Lamikhov-Center 137f0a7ae6 Release 2.2
2013-05-16 18:56:07 +03:00

13 lines
308 B
Plaintext

AC_INIT([ELFIO], [2.2])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_FILES([
Makefile
examples/Makefile
examples/elfdump/Makefile
examples/tutorial/Makefile
examples/writer/Makefile
examples/write_obj/Makefile
])
AC_OUTPUT