mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-20 05:16:53 +00:00
13 lines
308 B
Plaintext
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
|