1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 14:31:05 +02:00

Moved config.h in include

This commit is contained in:
Anthony Scemama 2021-05-28 12:19:15 +02:00
parent e46d314a5f
commit b172b506ff

View File

@ -16,7 +16,7 @@ if test "x${have_src}" = xno; then
fi
AC_CONFIG_SRCDIR([src/Makefile.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([include/config.h])
PKG_PROG_PKG_CONFIG()
PKG_LIBS=""
PKG_CFLAGS=""