ELFIO/configure.ac
2018-11-02 22:42:18 +02:00

15 lines
378 B
Plaintext

AC_INIT([ELFIO], [3.3])
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/anonymizer/Makefile
examples/write_obj/Makefile
ELFIOTest/Makefile
])
AC_OUTPUT