Fixed typo in the Jamfile that prevented the mail daemon resource file from being added correctly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9023 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0d72e6e52c
commit
497210fa2f
@ -4,7 +4,7 @@ UsePrivateHeaders mail ;
|
||||
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) headers os add-ons mail_daemon ] ;
|
||||
|
||||
AddResources E-mail : <$(SOURCE_GRIST)>mail_daemon.rsrc ;
|
||||
AddResources mail_daemon : <$(SOURCE_GRIST)>mail_daemon.rsrc ;
|
||||
|
||||
Server mail_daemon :
|
||||
deskbarview.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user