[Libreoffice-commits] core.git: desktop/Module_desktop.mk

Norbert Thiebaud nthiebaud at gmail.com
Mon Nov 4 08:07:54 CET 2013


 desktop/Module_desktop.mk |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 38a23d68f77329e75eb6fe51c181e3f4e285968f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Nov 4 01:06:31 2013 -0600

    pagein-* stuff are for unix only
    
    Change-Id: I8acc125aeeec089f3528cdc43b1475b93f5cde32

diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 2c70992..46f061e 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -40,16 +40,16 @@ $(eval $(call gb_Module_add_targets,desktop,\
     Library_migrationoo3 \
     Library_unopkgapp \
     Package_scripts \
-    Pagein_calc \
-    Pagein_common \
-    Pagein_draw \
-    Pagein_impress \
-    Pagein_writer \
 ))
 
 ifneq ($(OS),MACOSX)
 ifneq ($(OS),WNT)
 $(eval $(call gb_Module_add_targets,desktop,\
+    Pagein_calc \
+    Pagein_common \
+    Pagein_draw \
+    Pagein_impress \
+    Pagein_writer \
     CustomTarget_soffice \
     Package_soffice_sh \
 ))


More information about the Libreoffice-commits mailing list