diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-12 17:18:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-12 18:30:34 +0100 |
commit | d343dddc3fecb46953259ab16892347640383b98 (patch) | |
tree | 5e7ea66f8c6d24aea2d96e4f79c8dd4cd55b53f5 /extensions/Library_npsoplugin.mk | |
parent | 5926ce12ed9816523f076cba45668f274e86a348 (diff) |
extensions: split out static library from npsoplugin
Diffstat (limited to 'extensions/Library_npsoplugin.mk')
-rw-r--r-- | extensions/Library_npsoplugin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk index a4d3e3b3ea11..08e59c2304e4 100644 --- a/extensions/Library_npsoplugin.mk +++ b/extensions/Library_npsoplugin.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_Library,npsoplugin)) $(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers)) $(eval $(call gb_Library_add_linked_static_libs,npsoplugin,\ + npsoenv \ nputils \ )) @@ -118,7 +119,6 @@ $(eval $(call gb_LinkTarget_get_target,npsoplugin) : NATIVERES := $(call gb_WinR endif # GUI=WNT $(eval $(call gb_Library_add_exception_objects,npsoplugin,\ - extensions/source/nsplugin/source/so_env \ extensions/source/nsplugin/source/npshell \ )) |