summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-26 00:00:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-26 00:00:34 +0100
commit4e681e94fd49314a1351312fa62fdac8da8a8814 (patch)
treef3b4dbf195476a8c940fca2a68d0798224c9cd9e /sd/Library_sd.mk
parent9770dac1dfe25997e933b01e7a1137ec7cb3fa05 (diff)
recover impress presentation wizard
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 5663fd97c7fa..a96e3b8e2594 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -517,10 +517,4 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
))
endif
-$(WORKDIR)/inc/sd/sduilib.hxx :
- mkdir -p $(dir $@) && \
- echo \#define DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sdui$(DLLPOSTFIX)$(DLLPOST)\" > $@
-
-$(call gb_CxxObject_get_target,sd/source/ui/dlg/sdabstdlg) : $(WORKDIR)/inc/sd/sduilib.hxx
-
# vim: set noet ts=4 sw=4: