summaryrefslogtreecommitdiff
path: root/extensions/Library_npsoplugin.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-17 22:11:57 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-17 22:11:57 +0100
commitbe0b58bed550469a195119962d32838ab336083c (patch)
tree6e4c1aa54a030dcc0eaf5b706f1b5598f740c104 /extensions/Library_npsoplugin.mk
parenta12ea5554bcd9ddc7d7f1915ed67f0dd86e062b6 (diff)
extensions: move mozilla to RepositoryExternal.mk
Diffstat (limited to 'extensions/Library_npsoplugin.mk')
-rw-r--r--extensions/Library_npsoplugin.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk
index bf5f67e2de33..954ba8655c92 100644
--- a/extensions/Library_npsoplugin.mk
+++ b/extensions/Library_npsoplugin.mk
@@ -30,17 +30,7 @@
$(eval $(call gb_Library_Library,npsoplugin))
-ifeq ($(SYSTEM_MOZILLA_HEADERS),YES)
-$(eval $(call gb_Library_set_include,npsoplugin,\
- $$(INCLUDE) \
- $(MOZILLA_HEADERS_CFLAGS)
-))
-else
-$(eval $(call gb_Library_set_include,npsoplugin,\
- -I$(OUTDIR)/inc/npsdk \
- $$(INCLUDE) \
-))
-endif
+$(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers))
ifeq ($(GUI),UNX)