mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
AC_INIT([ELFIO], [3.8])
|
|
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/anonymizer/Makefile
|
|
examples/write_obj/Makefile
|
|
])
|
|
AC_OUTPUT
|