diff options
author | Rene Engelhard <rene@debian.org> | 2011-11-07 20:29:56 +0000 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-11-08 01:01:13 +0100 |
commit | 3bef3bd56b57499bb08d02fe663f3100306bc82f (patch) | |
tree | 064ce2b40ed26f72780cbe97bae78c551e2dd472 /extensions | |
parent | bdead69dd3c947743907681c8a2f16ca1f50cd9c (diff) |
add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' build
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/nsplugin/source/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk index 01e8a397d5e0..17a348e865da 100644 --- a/extensions/source/nsplugin/source/makefile.mk +++ b/extensions/source/nsplugin/source/makefile.mk @@ -36,7 +36,11 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk +.IF "$(SYSTEM_MOZILLA_HEADERS)" == "YES" +INCPRE+=$(MOZILLA_HEADERS_CFLAGS) +.ELSE INCPRE=$(SOLARINCDIR)$/npsdk +.ENDIF .IF "$(GUI)"=="UNX" |