summaryrefslogtreecommitdiff
path: root/filter/source/svg/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/makefile.mk')
-rw-r--r--filter/source/svg/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/filter/source/svg/makefile.mk b/filter/source/svg/makefile.mk
index 6b30190d5d33..50b48a3de0c6 100644
--- a/filter/source/svg/makefile.mk
+++ b/filter/source/svg/makefile.mk
@@ -2,10 +2,14 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
+# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.10.110.6 $
+#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
@@ -42,6 +46,9 @@ VISIBILITY_HIDDEN=TRUE
SLOFILES= \
$(SLO)$/b2dellipse.obj \
$(SLO)$/parserfragments.obj \
+ $(SLO)$/svguno.obj \
+ $(SLO)$/svgdialog.obj \
+ $(SLO)$/impsvgdialog.obj \
$(SLO)$/svgexport.obj \
$(SLO)$/svgfilter.obj \
$(SLO)$/svgfontexport.obj \
@@ -65,11 +72,11 @@ CFLAGS+=-DUSE_MODERN_SPIRIT
SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
SHL1STDLIBS=\
- $(EDITENGLIB) \
$(SVXCORELIB) \
$(BASEGFXLIB) \
$(XMLOFFLIB) \
$(SVTOOLLIB) \
+ $(EDITENGLIB) \
$(VCLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \