ELFIO/configure.ac

14 lines
348 B
Plaintext
Raw Normal View History

2020-08-18 20:47:10 +00:00
AC_INIT([ELFIO], [3.7])
2012-11-27 09:45:28 +00:00
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_FILES([
Makefile
examples/Makefile
examples/elfdump/Makefile
examples/tutorial/Makefile
examples/writer/Makefile
2017-02-20 17:53:56 +00:00
examples/anonymizer/Makefile
2012-11-27 09:45:28 +00:00
examples/write_obj/Makefile
])
AC_OUTPUT