~ubuntu-branches/ubuntu/wily/upnp-router-control/wily

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Barry deFreese
  • Date: 2013-07-13 10:12:13 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130713101213-dzbzb8f3isx2e6s6
Tags: 0.2-1.2
* Non-maintainer upload.
* Add patch to link libm. (Closes: #713706).
* Fix spelling/grammar errors in debian/control. (Closes: #684550).
  + Thanks to Logan Rosen for the information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
       urc-graph.c \
21
21
       urc-graph.h
22
22
 
23
 
upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ -lm \
24
 
        -lgssdp-1.0
 
23
upnp_router_control_LDADD = @GTK_LIBS@ @INTLLIBS@ @GUPNP_LIBS@ @LIBCURL_LIBS@ -lm
25
24
 
26
25
MAINTAINERCLEANFILES =                          \
27
26
        *~                                                      \