Moved config.h to include/

This commit is contained in:
2021-04-19 06:52:02 -05:00
parent 6df3f203b8
commit 0af53bcfc8

View File

@@ -5,7 +5,7 @@ AC_PREREQ([2.69])
AC_INIT([quark-kernel], [pre-alpha])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CONFIG_SRCDIR([src/kernel.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_HEADERS([include/config.h])
# Checks for programs.
AC_PROG_CC