~ubuntu-branches/ubuntu/utopic/gtkgl2/utopic

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel T Chen
  • Date: 2013-04-10 20:43:22 UTC
  • Revision ID: package-import@ubuntu.com-20130410204322-equp5hu3cxhyjrk1
Tags: 2.0.1-2ubuntu1
* Added missing math lib to link, fixing FTBFS.
* Added missing string format specifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
EXTRA_DIST = README penguin.lwo alien.lwo makefile.mingw makefile.mingw.in
229
229
@HAVE_SHADERS_TRUE@shader_programs = shaders
230
230
INCLUDES = -I$(top_srcdir)
231
 
LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS)
 
231
LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS) -lm
232
232
simple_SOURCES = simple.c
233
233
zktor_SOURCES = zktor.c
234
234
glpixmap_SOURCES = glpixmap.c