vlc/vlc-1.1 | branch: master | Felix Paul Kühne <[email protected]> | Sun Apr 3 15:37:28 2011 +0200| [bf974833f2f1df49bd89eb0a6c988e347d19d59d] | committer: Felix Paul Kühne
libcompat: added dummy.c from the devlopment branch to fix compilation on setups, which don't rely on libcompat > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=bf974833f2f1df49bd89eb0a6c988e347d19d59d --- compat/Makefile.am | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/compat/Makefile.am b/compat/Makefile.am index 225ce39..9899dbf 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,4 +1,11 @@ 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 \ No newline at end of file _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
