~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to bin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-03-01 13:37:41 UTC
  • Revision ID: package-import@ubuntu.com-20120301133741-kibgazm5u26hmf4b
Tags: 2.0.0-5
* Rewrite v4l kfreebsd patch.
* Link vlc-cache-gen with the C++ standard library. (Closes: #660934, #660935)
* Enable hardened build flags through dpkg-buildflags. (Closes: #658030)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc
60
60
        $(WINDRES) --include-dir $(top_srcdir)/share/icons -i $< -o $@
61
61
 
62
 
vlc_cache_gen_SOURCES = cachegen.c
 
62
vlc_cache_gen_SOURCES = cachegen.c dummy.cpp
63
63
vlc_cache_gen_LDADD = \
64
64
        $(GNUGETOPT_LIBS) \
65
65
        ../compat/libcompat.la \