~ubuntu-branches/ubuntu/wily/xdemorse/wily-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Barry deFreese
  • Date: 2013-07-04 12:49:59 UTC
  • Revision ID: package-import@ubuntu.com-20130704124959-qa9g995ttr3thh1v
Tags: 1.3-7
* QA upload.
* Link against libm. (Closes: #713771).
* Update watch file. (Closes: #640203).
* Move buildsystem to simple dh style.
* Bump debhelper build-dep and compat to 9.
* Bump Standards Version to 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        interface.c     interface.h \
20
20
        callbacks.c     callbacks.h 
21
21
 
22
 
xdemorse_LDADD = @PACKAGE_LIBS@
 
22
xdemorse_LDADD = @PACKAGE_LIBS@ -lm
23
23