libblobpack/configure.ac
2016-08-30 14:59:29 +02:00

14 lines
284 B
Text

dnl Process this file with autoconf to produce a configure script
AC_INIT(libblobpack.so,[0.1.0],mkschreder.uk@gmail.com)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(./src/blob.c)
AM_INIT_AUTOMAKE
AX_CODE_COVERAGE
LT_INIT
AC_PROG_CC
AC_OUTPUT(Makefile src/Makefile test/Makefile)