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