vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jun 9 22:38:24 2011 +0200| [c977aa35ed32ad3e762e549a28379902c30877a3] | committer: Jean-Baptiste Kempf
Win32: Add vlc-cache-gen.exe properties Reported-By: Alessandro (ale5000) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c977aa35ed32ad3e762e549a28379902c30877a3 --- bin/Makefile.am | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index debbc23..0a44120 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -62,3 +62,8 @@ vlc_cache_gen_LDADD = \ $(GNUGETOPT_LIBS) \ ../compat/libcompat.la \ ../src/libvlc.la ../src/libvlccore.la +if HAVE_WIN32 +vlc_cache_gen_LDADD += vlc_win32_rc.$(OBJEXT) +vlc_cache_gen_DEPENDENCIES = vlc_win32_rc.$(OBJEXT) +endif + _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
