mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
parent
d6be5aafe2
commit
0a6207c254
3 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,9 @@
|
||||||
SUBDIRS = include
|
SUBDIRS = include
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 --install
|
|
||||||
AM_CFLAGS = -std=c99 -I$(top_srcdir)/include
|
AM_CFLAGS = -std=c99 -I$(top_srcdir)/include
|
||||||
|
|
||||||
lib_LIBRARIES = libkernaux.a
|
lib_LIBRARIES = libkernaux.a
|
||||||
|
|
||||||
EXTRA_DIST = m4/.keep
|
|
||||||
|
|
||||||
libkernaux_a_SOURCES = \
|
libkernaux_a_SOURCES = \
|
||||||
src/arch/i386.S \
|
src/arch/i386.S \
|
||||||
src/pfa.c
|
src/pfa.c
|
||||||
|
|
|
@ -5,7 +5,6 @@ AC_INIT([libkernaux],
|
||||||
[libkernaux],
|
[libkernaux],
|
||||||
[https://github.com/kernelmq/libkernaux])
|
[https://github.com/kernelmq/libkernaux])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
AC_CONFIG_SRCDIR([src/pfa.c])
|
AC_CONFIG_SRCDIR([src/pfa.c])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wall -Werror])
|
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wall -Werror])
|
||||||
|
|
0
m4/.keep
0
m4/.keep
Loading…
Add table
Reference in a new issue