repo.or.cz
/
tairent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing #include to src/main/torrentclient.h.
[tairent.git]
/
src
/
azdhttracker
/
Jamfile
blob
2aa19aa3e1fe29c9d6afd7189cece5c29854b74e
1
SubDir TOP src azdhttracker ;
2
3
HEADERS = $(TOP)/src ;
4
SHAREDLIBS = ;
5
6
Shared azdhttracker.so :
7
azdhttrackermodule.cpp
8
;
9
10
MakeLocate azdhttracker.so : $(MODDIR) ;
11
12
# vim: syntax=jam ai sw=4 ts=4 noet fdm=marker