~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-07-25 20:20:23 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.19 sid)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20090725202023-9xmfycsfotr430nv
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
  linking (really, really closes: #537868)
* debian/changelog: fix dates

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    $(top_builddir)/libtransmission/libtransmission.a \
102
102
    $(top_builddir)/third-party/miniupnp/libminiupnp.a \
103
103
    $(top_builddir)/third-party/libnatpmp/libnatpmp.a \
104
 
    $(top_builddir)/third-party/dht/libdht.a \
 
104
    $(DHT_LIBS) \
105
105
    $(GTK_LIBS) \
106
106
    $(GIO_LIBS) \
107
107
    $(LIBNOTIFY_LIBS) \
110
110
    $(OPENSSL_LIBS) \
111
111
    $(LIBCURL_LIBS) \
112
112
    $(ZLIB_LIBS) \
113
 
    $(PTHREAD_LIBS) -lm
 
113
    $(PTHREAD_LIBS)
114
114
 
115
115
DESKTOP_IN_FILES=transmission.desktop.in
116
116
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)