1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-21 17:42:26 -04:00
libkernaux/libm/Makefile.am

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