From: Daniel Kouril Date: Fri, 1 Apr 2011 19:54:59 +0000 (-0400) Subject: xpt support X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-firefox.git;a=commitdiff_plain;h=006d33ae3d0fa7f8496e1cf7a06f1f8438eb95de xpt support --- diff --git a/Makefile.in b/Makefile.in index 809cb78..42bfb40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,6 +67,10 @@ CPPSRCS = \ nsHttpMoonshotModule.cpp \ $(NULL) +XPIDLSRCS = \ + nsIHttpMoonshot.idl \ + $(NULL) + EXTRA_DSO_LDOPTS = \ $(MOZ_COMPONENT_LIBS) \ -lgssapi_krb5 \