mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
add macro dir to configure.ac
This commit is contained in:
parent
f54a813393
commit
3c9bbc524d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ 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)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AX_CODE_COVERAGE
|
||||
|
|
Loading…
Add table
Reference in a new issue