mirror of
https://github.com/tailix/libkernaux.git
synced 2025-03-03 16:04:29 -05:00
Use macro dir m4
This commit is contained in:
parent
b9fe234232
commit
20bc278b01
3 changed files with 4 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
|||
SUBDIRS = include
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 --install
|
||||
AM_CFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
lib_LIBRARIES = libkernaux.a
|
||||
|
||||
EXTRA_DIST = m4/.keep
|
||||
|
||||
libkernaux_a_SOURCES = \
|
||||
src/arch/i386.S \
|
||||
src/pfa.c
|
||||
|
|
|
@ -5,6 +5,7 @@ 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
Normal file
0
m4/.keep
Normal file
Loading…
Add table
Reference in a new issue