diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 13:51:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 14:18:10 +0200 |
commit | 2738355f9f10d31ba942d4c2142e3c6dd20055d3 (patch) | |
tree | 441985ce2e7e89efe3d01daeaeaff1ca109176ac /sal/Library_sal.mk | |
parent | bb5ea68ed5e48b1ac39a279a9fc9a0d9b6ff71e4 (diff) |
diagnose.c -> diagnose.cxx (to ease further modification)
Change-Id: I6c050c0cedab6aeed556dc770c3700e6fbbb4731
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index de22417f29f9..4da0e3b6653c 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -161,6 +161,7 @@ endif ifeq ($(GUI),UNX) $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/conditn \ + sal/osl/unx/diagnose \ sal/osl/unx/file \ sal/osl/unx/file_error_transl \ sal/osl/unx/file_misc \ @@ -175,7 +176,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/uunxapi \ )) $(eval $(call gb_Library_add_cobjects,sal,\ - sal/osl/unx/diagnose \ sal/osl/unx/mutex \ sal/osl/unx/nlsupport \ sal/osl/unx/pipe \ |