Commit f7d33ffa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make sure libcompat is never empty

parent a1921136
noinst_LTLIBRARIES = libcompat.la
libcompat_la_SOURCES =
libcompat_la_SOURCES = dummy.c
libcompat_la_LIBADD = $(LTLIBOBJS)
libcompat_la_LDFLAGS = -no-undefined
BUILT_SOURCES = dummy.c
CLEANFILES = dummy.c
dummy.c:
rm -f dummy.c
echo '/* Automatically generated */' > dummy.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment