ELFIO/configure.ac
Serge Lamikhov-Center ce2faaa00e Release_3.0
2015-01-19 13:36:49 +02:00

13 lines
308 B
Plaintext

AC_INIT([ELFIO], [3.0])
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