~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Olivier Girondel
  • Date: 2014-02-12 02:53:12 UTC
  • mfrom: (6.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20140212025312-qjoaxj8b23imo19a
Tags: 3.20-1
* New upstream release 3.20.
* debian/control: Depend on fonts-freefont-ttf. (Closes: #738230)
* debian/copyright: Update copyright years.
* debian/control: Standards-Version: 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
endif
72
72
 
73
73
dist_lebiniou_SOURCES = events.c.in gen.awk man.awk defaults.h.in
74
 
lebiniou_LDADD = @GETOPT_LONG_LIBS@ @SWSCALE_LIBS@ @AVUTIL_LIBS@
 
74
lebiniou_LDADD = -lz @GETOPT_LONG_LIBS@ @SWSCALE_LIBS@ @AVUTIL_LIBS@
75
75
if EXTRA_OPENGL
76
76
lebiniou_LDADD += @GLU_LIBS@
77
77
endif