mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-21 17:42:26 -04:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
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
|