summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-04 01:06:31 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-04 01:06:57 -0600
commit38a23d68f77329e75eb6fe51c181e3f4e285968f (patch)
treec13b75663ea56604a9e7264954e9798d6bcc031b /desktop
parentd36adbd5accd06917edf027cd619ac7eb9540613 (diff)
pagein-* stuff are for unix only
Change-Id: I8acc125aeeec089f3528cdc43b1475b93f5cde32
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 2c709924453f..46f061e46c96 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 \
))