Renamed spamfilter to be the more meaningful spamdb (spam database) and

moved it into its own source directory in preparation for adding resources.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13949 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander G.M. Smith 2005-08-13 15:17:52 +00:00
parent 944eada15a
commit 0cd3a7da25
3 changed files with 7 additions and 6 deletions

View File

@ -99,12 +99,6 @@ StdBinCommands
: be libmail.so
;
# standard commands that need libbe.so, libmail.so, libtracker.so
StdBinCommands
spamfilter.cpp
: be tracker stdc++.r4 libmail.so
;
SubInclude OBOS_TOP src bin addattr ;
SubInclude OBOS_TOP src bin bash ;
SubInclude OBOS_TOP src bin bc ;
@ -133,6 +127,7 @@ SubInclude OBOS_TOP src bin rmd160 ;
SubInclude OBOS_TOP src bin screen_blanker ;
SubInclude OBOS_TOP src bin sed ;
SubInclude OBOS_TOP src bin sharutils ;
SubInclude OBOS_TOP src bin spamdb ;
SubInclude OBOS_TOP src bin strace ;
SubInclude OBOS_TOP src bin vim ;
SubInclude OBOS_TOP src bin zic ;

6
src/bin/spamdb/Jamfile Normal file
View File

@ -0,0 +1,6 @@
SubDir OBOS_TOP src bin spamdb ;
StdBinCommands
spamdb.cpp
: be tracker stdc++.r4 libmail.so
;