1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00
transmission/wx/Makefile.am
Charles Kerr 9296e088f3 * make torrent list's columns sortable.
* 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
2007-07-23 15:20:47 +00:00

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