~ubuntu-branches/ubuntu/trusty/mokomaze/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-13 12:16:49 UTC
  • Revision ID: james.westby@ubuntu.com-20101213121649-getizj20qhtq2e9r
Tags: 0.5.5+git8+dfsg0-0.2ubuntu1
Fix build failure with ld --no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
mokomaze_SOURCES = \
19
19
  main.c mainwindow.c paramsloader.c accelerometers.c vibro.c json.c
20
20
 
21
 
mokomaze_LDADD  = @SDL_LIBS@
 
21
mokomaze_LDADD  = @SDL_LIBS@ -lm
22
22
 
23
23
MAINTAINERCLEANFILES  = config.h.in Makefile.in
24
24