mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Move "config.h" to root
This commit is contained in:
parent
b0a0dcfb8b
commit
667ab653ad
7 changed files with 10 additions and 10 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -11,6 +11,9 @@
|
|||
/autoscan.log
|
||||
/compile
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
|
@ -25,10 +28,7 @@
|
|||
/include/Makefile.in
|
||||
/install-sh
|
||||
/missing
|
||||
/src/config.h
|
||||
/src/config.h.in
|
||||
/src/config.h.in~
|
||||
/src/stamp-h1
|
||||
/stamp-h1
|
||||
/test-driver
|
||||
/test-suite.log
|
||||
/tests/test*.log
|
||||
|
|
|
@ -5,8 +5,8 @@ AC_INIT([libkernaux],
|
|||
[libkernaux],
|
||||
[https://github.com/kernelmq/libkernaux])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_SRCDIR([src/pfa.c])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
.global kernaux_arch_x86_hang
|
||||
.global kernaux_arch_x86_read_cr0
|
||||
|
|
|
@ -1 +1 @@
|
|||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <kernaux/multiboot2.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <kernaux/multiboot2.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <kernaux/multiboot2.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue