summaryrefslogtreecommitdiff
path: root/sal/Library_sal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 14:24:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 16:33:14 +0100
commitf4680be8e39d4e4411c0afd704ebdcb2045dee43 (patch)
tree1c57cbd8f92241d737402be629b6d6431fadde0f /sal/Library_sal.mk
parentb736204f3ba6ee9813ae109071c9d442c2fb2219 (diff)
HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORT
Change-Id: Ifaf971d77f11cef207706989bba11dbe2028ca79
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index a5ac8bc57e58..1469f82d9003 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -176,8 +176,8 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/time \
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
))
-$(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \
- $(if $(ENABLE_CRASHDUMP),-DSAL_ENABLE_CRASH_REPORT) \
+$(eval $(call gb_Library_add_cobjects,sal, \
+ sal/osl/unx/signal \
))
# Note that the uunxapi.mm file just includes the uunxapi.cxx one