Update Makefile.am

This commit is contained in:
Alex Kotov 2020-11-30 08:29:58 +05:00 committed by GitHub
parent c1d3cb46d0
commit 2ca015d7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -16,13 +16,16 @@ noinst_PROGRAMS = \
tests/multiboot2_print2
libkernaux_a_SOURCES = \
src/arch/i386.S \
src/multiboot2/helpers.c \
src/multiboot2/is_valid.c \
src/multiboot2/print.c \
src/pfa.c \
src/stdlib.c
if ARCH_I386
libkernaux_a_SOURCES += src/arch/i386.S
endif
tests_multiboot2_print1_SOURCES = \
$(libkernaux_a_SOURCES) \
tests/multiboot2_print1.c