mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
AC_INIT([ELFIO], [2.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/write_obj/Makefile
|
|
])
|
|
AC_OUTPUT
|