Revert "Link vlc-cache-gen with the C++ standard library..."

This reverts commit 07d3861783.
This commit is contained in:
Rémi Denis-Courmont 2012-03-01 22:42:13 +02:00
parent 93b211422c
commit 6c2f2728fe
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -1 +0,0 @@
/* This file is only here to force cachegen to be linked against libstdc++ */