mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
9296e088f3
* remember torrent sort order between sessions. * torrent list is getting too big; move it into its own file --This line, and those below, will be ignored-- M wx/Makefile.am A wx/torrent-list.cc A wx/torrent-list.h M wx/xmission.cc
9 lines
246 B
Makefile
9 lines
246 B
Makefile
AM_CPPFLAGS = -I@top_srcdir@ @WX_CPPFLAGS@
|
|
AM_CXXFLAGS = @WX_CXXFLAGS@
|
|
SUBDIRS = images
|
|
|
|
bin_PROGRAMS = Xmission
|
|
|
|
Xmission_SOURCES = xmission.cc torrent-list.cc
|
|
|
|
Xmission_LDADD = ../libtransmission/libtransmission.a @WX_LIBS@ $(PTHREAD_LIBS) -lm
|