diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-15 17:35:28 -0500 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-17 17:10:30 +0000 |
commit | 34e79c19babc0e6cc281025b40635b91dca444f3 (patch) | |
tree | 73e2bd1ab4122cec69780da6ea83770a879048c1 /sal/Library_sal.mk | |
parent | f55f86e016e8d1b509be1e7ba59919301dc17d67 (diff) |
add script to regenerate pch files
based on a script by Lubos Lunak
(http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/40210)
Change-Id: Ib32de8be8a57b3b430f4b5b298b7f417e5a02ccb
Reviewed-on: https://gerrit.libreoffice.org/1350
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 107f0b3703ef..5ea6b55e95f0 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -181,9 +181,13 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/module \ sal/osl/unx/process \ sal/osl/unx/process_impl \ - $(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \ sal/osl/unx/uunxapi \ )) +ifeq ($(filter-out DESKTOP,$(BUILD_TYPE)),) +$(eval $(call gb_Library_add_exception_objects,sal,\ + sal/osl/unx/salinit \ +)) +endif $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/unx/mutex \ sal/osl/unx/nlsupport \ |