~ubuntu-branches/ubuntu/karmic/freej/karmic

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Bigliardi
  • Date: 2008-06-24 15:59:29 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080624155929-aa5w6drerpknu0jy
Tags: 0.10git20080824-1
* Imported from upstream some build fixes.
* Add a note on GFDL for freej manpage in debian/copyright.
* Fix typos in 'Description:' (Closes: #487839)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
              $(top_srcdir)/lib/sdl_ttf/libsdl_ttf.a \
106
106
              $(top_srcdir)/lib/javascript/obj/libjs.a \
107
107
              $(top_srcdir)/lib/flash/libflash.a \
108
 
              $(top_srcdir)/lib/goom/libgoom2.a \
109
108
              $(top_srcdir)/lib/shout/libshout.a \
110
109
              $(top_srcdir)/lib/lo/liblo.a \
111
 
              $(top_srcdir)/lib/cwiid/libwiimote.a \
112
110
              -ldl -lpthread -lm -lslang -lpng -ljpeg -lrt \
113
111
                 @X11_LIBS@ \
114
112
                 @XIPH_LIBS@ \
119
117
                 @FT2_LIBS@ \
120
118
                 @ALSA_LIBS@ \
121
119
                 @JACK_LIBS@ \
 
120
                 @GOOM_LIBS@ \
122
121
                 @FFTW_LIBS@ \
123
122
                 @FFMPEG_LIBS@ \
124
123
                 @X11_LIBS@ \
125
124
                 @BLUEZ_LIBS@ \
 
125
                 @CWIID_LIBS@ \
126
126
                 @OPENGL_LIB@
127
127