~ubuntu-branches/ubuntu/trusty/gtkgl2/trusty

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • 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:
9
9
noinst_PROGRAMS = simple zktor viewlw glpixmap gdkfont $(shader_programs) gtkglarea_demo
10
10
 
11
11
INCLUDES = -I$(top_srcdir)
12
 
LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS)
 
12
LDADD = $(top_builddir)/gtkgl/libgtkgl-2.0.la $(GTK_LIBS) $(GL_LIBS) -lm
13
13
 
14
14
simple_SOURCES   = simple.c
15
15
zktor_SOURCES    = zktor.c