diff --git a/mozilla/modules/libpref/src/Makefile.in b/mozilla/modules/libpref/src/Makefile.in index a4fb9467aa0..e31284be68c 100644 --- a/mozilla/modules/libpref/src/Makefile.in +++ b/mozilla/modules/libpref/src/Makefile.in @@ -42,9 +42,11 @@ EXTRA_LIBS = $(DIST)/lib/js$(MOZ_BITS)$(VERSION_NUMBER).lib \ $(NULL) endif +ifdef BUILD_XPIDL #temporary hack - eventually nsIPref should live in public -# but put it here for now so we don't auto-generate the header and loose it +#but put it here for now so we don't auto-generate the header and loose it IDLSRCS = nsIPref.idl +endif CSRCS += prefapi.c