Kaydet (Commit) 431a7c40 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

mutex.c -> mutex.cxx

Change-Id: I24ebffd1b055bdd6ad93d2f071d20480b549379f
üst 42ab57ca
......@@ -9,7 +9,6 @@
#include <staticsalhack.h>
#include <sal/osl/unx/mutex.c>
#include <sal/osl/unx/nlsupport.c>
#include <sal/osl/unx/pipe.c>
#include <sal/osl/unx/readwrite_helper.c>
......
......@@ -28,6 +28,7 @@
#include <sal/osl/unx/file_url.cxx>
#include <sal/osl/unx/memory.cxx>
#include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/mutex.cxx>
#include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process_impl.cxx>
#include <sal/osl/unx/profile.cxx>
......
......@@ -161,6 +161,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/file_volume \
sal/osl/unx/memory \
sal/osl/unx/module \
sal/osl/unx/mutex \
sal/osl/unx/process \
sal/osl/unx/process_impl \
sal/osl/unx/profile \
......@@ -170,7 +171,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
))
$(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/mutex \
sal/osl/unx/nlsupport \
sal/osl/unx/pipe \
sal/osl/unx/readwrite_helper \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment