From bdead69dd3c947743907681c8a2f16ca1f50cd9c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 6 Nov 2011 17:44:11 +0100 Subject: Add switch for system/internal npapi.h This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one. --- set_soenv.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'set_soenv.in') diff --git a/set_soenv.in b/set_soenv.in index 034465360f89..e7e62ffa9bdf 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1477,6 +1477,8 @@ ToFile( "PREBUILD_MOZAB", $PREBUILD_MOZAB, "e" ); ToFile( "MOZILLA_VERSION", $MOZILLA_VERSION, "e" ); ToFile( "DEFAULT_MOZILLA_TOOLKIT", $MOZILLA_TOOLKIT, "e" ); ToFile( "SYSTEM_NSS", "@SYSTEM_NSS@", "e" ); +ToFile( "MOZILLA_HEADERS_CFLAGS", "@MOZILLA_HEADERS_CFLAGS@", "e" ); +ToFile( "SYSTEM_MOZILLA_HEADERS", "@SYSTEM_MOZILLA_HEADERS@", "e" ); ToFile( "MOZILLABUILD", "@MOZILLABUILD@", "e" ); ToFile( "BUILD_VER_STRING", "@BUILD_VER_STRING@", "e" ); if ($platform =~ m/linux/ && $platform =~ m/powerpc/) { -- cgit