4 lines
151 B
Text
4 lines
151 B
Text
|
noinst_LTLIBRARIES = libcompat.la
|
||
|
libcompat_la_SOURCES = ignore.c # for portability, always build something
|
||
|
libcompat_la_LIBADD = $(LIBOBJS) $(ALLOCA)
|