~ubuntu-branches/ubuntu/saucy/glew/saucy

« back to all changes in this revision

Viewing changes to config/Makefile.gnu

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 12:29:37 UTC
  • mfrom: (1.1.10) (2.1.24 quantal)
  • Revision ID: package-import@ubuntu.com-20121112122937-nndbqb4zab320rou
Tags: 1.9.0.is.1.8.0-0ubuntu1
Re-upload 1.8.0, the new version breaks builds, including unity. It will
be reuploaded later once the rdepends are made to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
LD = cc
4
4
PICFLAG = -fPIC
5
5
LDFLAGS.EXTRA = -L/usr/X11R6/lib
6
 
LDFLAGS.GL = -lXmu -lXi -lGL -lXext -lX11
 
6
LDFLAGS.GL = -lXmu -lXi -lGLU -lGL -lXext -lX11
7
7
LDFLAGS.STATIC = -Wl,-Bstatic
8
8
LDFLAGS.DYNAMIC = -Wl,-Bdynamic
9
9
NAME = GLEW