Blame lib/Makefile.am

Packit 0b5880
## Process this file with automake to produce Makefile.in
Packit 0b5880
Packit 0b5880
noinst_LTLIBRARIES = libcompat.la
Packit 0b5880
libcompat_la_LDFLAGS = -no-undefined
Packit 0b5880
libcompat_la_SOURCES = libcompat.c libcompat.h fpclassify.c
Packit 0b5880
libcompat_la_LIBADD = $(LTLIBOBJS) $(LTALLOCA)