diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-12 11:52:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-12 11:54:26 +0100 |
commit | 25292b154ecfb33450307357f006b652cd673967 (patch) | |
tree | cabec964404bd6d63c1fbc24d9feaa2ecce00a19 /sal/Library_sal.mk | |
parent | 5eee7de29362ecd00d43ed9eb9ed7230606dc92a (diff) |
module.c -> module.cxx, use sal/log.hxx
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 ed738d774fec..f573bfa96bb7 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -159,6 +159,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/file_stat \ sal/osl/unx/file_url \ sal/osl/unx/file_volume \ + sal/osl/unx/module \ sal/osl/unx/process \ sal/osl/unx/process_impl \ sal/osl/unx/salinit \ @@ -166,7 +167,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ )) $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/unx/diagnose \ - sal/osl/unx/module \ sal/osl/unx/mutex \ sal/osl/unx/nlsupport \ sal/osl/unx/pipe \ |