Commit bf974833 authored by Felix Paul Kühne's avatar Felix Paul Kühne

libcompat: added dummy.c from the devlopment branch to fix compilation on...

libcompat: added dummy.c from the devlopment branch to fix compilation on setups, which don't rely on libcompat
parent b87b4485
noinst_LTLIBRARIES = libcompat.la noinst_LTLIBRARIES = libcompat.la
libcompat_la_SOURCES = libcompat_la_SOURCES = dummy.c
libcompat_la_LIBADD = $(LTLIBOBJS) libcompat_la_LIBADD = $(LTLIBOBJS)
libcompat_la_LDFLAGS = -no-undefined libcompat_la_LDFLAGS = -no-undefined
BUILT_SOURCES = dummy.c
CLEANFILES = dummy.c
dummy.c:
rm -f dummy.c
echo '/* Automatically generated */' > dummy.c
\ No newline at end of file
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