~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
libtorrent_la_LDFLAGS = -version-info $(LIBTORRENT_INTERFACE_VERSION_INFO)
13
13
libtorrent_la_LIBADD = \
14
14
        $(top_srcdir)/src/torrent/libsub_torrent.la \
 
15
        $(top_srcdir)/src/torrent/data/libsub_torrentdata.la \
 
16
        $(top_srcdir)/src/torrent/peer/libsub_torrentpeer.la \
15
17
        $(top_srcdir)/src/data/libsub_data.la \
16
18
        $(top_srcdir)/src/download/libsub_download.la \
17
19
        $(top_srcdir)/src/net/libsub_net.la \