1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00

fix wx packaging error reported by naddy in irc

This commit is contained in:
Charles Kerr 2008-01-07 19:07:19 +00:00
parent a7ff9218ab
commit ed0f77ad61

View file

@ -6,6 +6,13 @@ SUBDIRS = images
bin_PROGRAMS = xmission
noinst_HEADERS = \
filter.h \
foreach.h \
speed-stats.h \
torrent-list.h \
torrent-stats.h
xmission_SOURCES = \
speed-stats.cc \
filter.cc \