4
0
mirror of https://github.com/QuasarApp/ELFIO.git synced 2025-05-10 18:19:33 +00:00
ELFIO/configure.ac
Serge Lamikhov-Center 4eb7a2d216 Release_3.1
2015-02-13 20:55:49 +02:00

13 lines
308 B
Plaintext

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