]> git.sesse.net Git - vlc/commitdiff
Win32: Add vlc-cache-gen.exe properties
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 9 Jun 2011 20:38:24 +0000 (22:38 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 9 Jun 2011 20:39:25 +0000 (22:39 +0200)
Reported-By: Alessandro (ale5000)
bin/Makefile.am

index debbc23f8b22dc8bab3c24cf7c5c69d0c24461d7..0a44120629529036d33fc413e62757ae6ac70472 100644 (file)
@@ -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
+