mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
12 lines
168 B
Text
12 lines
168 B
Text
|
include $(top_srcdir)/shared.am
|
||
|
|
||
|
SUBDIRS = include
|
||
|
|
||
|
if ENABLE_SPLIT_LIBM
|
||
|
lib_LTLIBRARIES = libm.la
|
||
|
else
|
||
|
EXTRA_LTLIBRARIES = libm.la
|
||
|
endif
|
||
|
|
||
|
libm_la_SOURCES = src/main.c
|