1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/libm/Makefile.am

12 lines
168 B
Text
Raw Normal View History

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