ELFIO/configure.ac

15 lines
378 B
Plaintext
Raw Normal View History

2016-07-10 14:32:22 +03:00
AC_INIT([ELFIO], [3.2])
2012-11-27 11:45:28 +02: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 18:53:56 +01:00
examples/anonymizer/Makefile
2012-11-27 11:45:28 +02:00
examples/write_obj/Makefile
2017-03-04 23:25:31 +01:00
ELFIOTest/Makefile
2012-11-27 11:45:28 +02:00
])
AC_OUTPUT