From 9b3a81a24f678d6f55857795c852105b8c182f33 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Wed, 7 Apr 1999 03:01:58 +0000 Subject: [PATCH] only do this if they have the IDL stuff git-svn-id: svn://10.0.0.236/trunk@26662 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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