Loading xpinstall/public/Makefile.in +5 −3 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpinstall EXPORTS = \ nsIDOMInstallTriggerGlobal.h \ nsIDOMInstallVersion.h \ nsSoftwareUpdateIIDs.h \ nsISoftwareUpdate.h \ $(NULL) Loading xpinstall/src/Makefile.in +32 −5 Original line number Diff line number Diff line Loading @@ -20,4 +20,31 @@ topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = xpinstall LIBRARY_NAME = xpinstall IS_COMPONENT = 1 REQUIRES = dom js netlib raptor xpcom CPPSRCS = \ nsSoftwareUpdate.cpp \ nsSoftwareUpdateQueue.cpp \ nsInstall.cpp \ nsInstallDelete.cpp \ nsInstallExecute.cpp \ nsInstallFile.cpp \ nsInstallFolder.cpp \ nsInstallPatch.cpp \ nsInstallTrigger.cpp \ nsJSInstall.cpp \ nsJSInstallTriggerGlobal.cpp\ nsSoftwareUpdateRun.cpp \ nsSoftwareUpdateStream.cpp \ $(NULL) INCLUDES += -I$(srcdir)/../public include $(topsrcdir)/config/rules.mk Loading
xpinstall/public/Makefile.in +5 −3 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpinstall EXPORTS = \ nsIDOMInstallTriggerGlobal.h \ nsIDOMInstallVersion.h \ nsSoftwareUpdateIIDs.h \ nsISoftwareUpdate.h \ $(NULL) Loading
xpinstall/src/Makefile.in +32 −5 Original line number Diff line number Diff line Loading @@ -20,4 +20,31 @@ topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = xpinstall LIBRARY_NAME = xpinstall IS_COMPONENT = 1 REQUIRES = dom js netlib raptor xpcom CPPSRCS = \ nsSoftwareUpdate.cpp \ nsSoftwareUpdateQueue.cpp \ nsInstall.cpp \ nsInstallDelete.cpp \ nsInstallExecute.cpp \ nsInstallFile.cpp \ nsInstallFolder.cpp \ nsInstallPatch.cpp \ nsInstallTrigger.cpp \ nsJSInstall.cpp \ nsJSInstallTriggerGlobal.cpp\ nsSoftwareUpdateRun.cpp \ nsSoftwareUpdateStream.cpp \ $(NULL) INCLUDES += -I$(srcdir)/../public include $(topsrcdir)/config/rules.mk