diff options
author | Mathias Bauer <mbauer@apache.org> | 2011-09-18 20:29:49 +0000 |
---|---|---|
committer | Mathias Bauer <mbauer@apache.org> | 2011-09-18 20:29:49 +0000 |
commit | d64e9703d7da1c29f1502c3d1075709f001a1897 (patch) | |
tree | 37d3bb036ae77a781e8f53b235055c6b9e3d1e2d /svx | |
parent | d060ad1e445c202ee449bfd4c535166fecb84a31 (diff) |
cws mba34issues01: #i117833#: use sendreportunx.cxx also on Solaris
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 4ce5250f77a5..b7dcb9f440a3 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -214,7 +214,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\ svx/source/unogallery/unogalthemeprovider \ )) -ifeq ($(OS),LINUX) +ifeq ($(GUI),UNX) $(eval $(call gb_Library_add_exception_objects,svx,\ svx/source/dialog/sendreportunx \ )) |