Commit 6c2f2728 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

This reverts commit 07d38617.
parent 93b21142
......@@ -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 \
......
/* This file is only here to force cachegen to be linked against libstdc++ */
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