Patch by taos. Fix mail daemon signature. Thanks! This probably break the HTA entry... Is there a special reason why the signature is x-vnd.Be-POST? x-vnd.Haiku-mail_daemon sounds better to me.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42339 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2011-06-28 23:48:00 +00:00
parent 531eb250f7
commit 2483cfd8b7
+3 -2
View File
@@ -12,6 +12,8 @@ UsePrivateHeaders shared ;
SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ;
AddResources mail_daemon : mail_daemon.rdef DeskbarViewIcons.rdef ;
Server mail_daemon :
DeskbarView.cpp
ErrorLogWindow.cpp
@@ -22,7 +24,6 @@ Server mail_daemon :
StatusWindow.cpp
: be libmail.so tracker $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
$(TARGET_NETWORK_LIBS)
: mail_daemon.rdef DeskbarViewIcons.rdef
;
Package haiku-maildaemon-cvs :
@@ -33,7 +34,7 @@ Packages haiku-maildaemon-cvs :
README LICENSE HISTORY install.sh ;
DoCatalogs mail_daemon :
x-vnd.Haiku-mail_daemon
x-vnd.Be-POST
:
DeskbarView.cpp
MailDaemon.cpp