[vlc-commits] libcompat: added dummy. c from the devlopment branch to fix compilation on setups, which don' t rely on libcompat

Felix Paul Kühne git at videolan.org
Sun Apr 3 15:38:01 CEST 2011


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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



More information about the vlc-commits mailing list