mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Enabling the AB Sync Build on Win32 and Unix - Bug #33110
This commit is contained in:
parent
13ae3c29dc
commit
ce1301f89d
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = idl public base db news local mime compose imap addrbook import
|
||||
DIRS = idl public base db news local mime compose imap addrbook import absync
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..
|
||||
MODULE=absyncsvc
|
||||
MODULE=absyncsv
|
||||
|
||||
################################################################################
|
||||
## exports
|
||||
@ -30,7 +30,7 @@ EXPORTS = \
|
||||
################################################################################
|
||||
## library
|
||||
|
||||
LIBNAME = .\$(OBJDIR)\absyncsvc
|
||||
LIBNAME = .\$(OBJDIR)\absyncsv
|
||||
DLL = $(LIBNAME).dll
|
||||
|
||||
OBJS=\
|
||||
|
@ -299,6 +299,7 @@ nsAbSyncPostEngine::OnStopRequest(nsIChannel *aChannel, nsISupports * /* ctxt */
|
||||
if (mSyncMojo)
|
||||
mSyncMojo->GetAbSyncMojoResults(&mCookie);
|
||||
|
||||
mSyncMojo = nsnull;
|
||||
NotifyListenersOnStopAuthOperation(aStatus, aMsg, tProtResponse);
|
||||
KickTheSyncOperation();
|
||||
}
|
||||
|
@ -21,6 +21,6 @@
|
||||
|
||||
DEPTH=..
|
||||
|
||||
DIRS=public base db local news imap mime compose addrbook import
|
||||
DIRS=public base db local news imap mime compose addrbook import absync
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
@ -1,4 +1,11 @@
|
||||
mailnews/Makefile
|
||||
mailnews/absync/build/Makefile
|
||||
mailnews/absync/Makefile
|
||||
mailnews/absync/public/Makefile
|
||||
mailnews/absync/resources/locale/en-US/Makefile
|
||||
mailnews/absync/resources/locale/Makefile
|
||||
mailnews/absync/resources/Makefile
|
||||
mailnews/absync/src/Makefile
|
||||
mailnews/addrbook/Makefile
|
||||
mailnews/addrbook/build/Makefile
|
||||
mailnews/addrbook/public/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user