~ubuntu-branches/ubuntu/hoary/plib-doc/hoary

« back to all changes in this revision

Viewing changes to src/ssg/tween_test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Frauenfelder
  • Date: 2004-07-13 20:56:29 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040713205629-gw7kmoiiwaqi6rol
Tags: 1.8.1-4
Changed build depends: added xlibs-dev, removed g++. Additionally, added
-lpthread to LDFLAGS for configure call. Closes: #259131

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if BUILD_SSG
 
2
 
 
3
noinst_PROGRAMS = tween_test
 
4
 
 
5
tween_test_SOURCES = tween_test.cxx
 
6
 
 
7
tween_test_LDADD = -lplibssgaux -lplibssg -lplibsg -lplibul $(GLUT_LIBS) \
 
8
        $(OGL_LIBS)
 
9
 
 
10
endif
 
11
 
 
12
EXTRA_DIST = tween_test.dsp
 
13