From 6c2f2728fee10b8be2dc289c032646851553fd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 1 Mar 2012 22:42:13 +0200 Subject: [PATCH] Revert "Link vlc-cache-gen with the C++ standard library..." This reverts commit 07d38617832be934896fa7a14fe52f1a65c901ab. --- bin/Makefile.am | 2 +- bin/dummy.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 bin/dummy.cpp diff --git a/bin/Makefile.am b/bin/Makefile.am index 40b4f46dfd..832d4825c1 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -59,7 +59,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc $(WINDRES) --include-dir $(top_srcdir)/share/icons -i $< -o $@ -vlc_cache_gen_SOURCES = cachegen.c dummy.cpp +vlc_cache_gen_SOURCES = cachegen.c vlc_cache_gen_LDADD = \ $(GNUGETOPT_LIBS) \ ../compat/libcompat.la \ diff --git a/bin/dummy.cpp b/bin/dummy.cpp deleted file mode 100644 index 56a8b38325..0000000000 --- a/bin/dummy.cpp +++ /dev/null @@ -1 +0,0 @@ -/* This file is only here to force cachegen to be linked against libstdc++ */