summaryrefslogtreecommitdiff
path: root/svl/unx/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-08 16:48:26 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-08 16:48:26 +0200
commitcf2b56f39d57c62b17c444025f8dfe14e6149cba (patch)
tree4f78ce1a3be92679ad3085b60ff57f4cd30bda37 /svl/unx/source
parente6b4345c7f4026cb9b3e8dee6ecc84b3531e1950 (diff)
#i103496#: make svl buildable
Diffstat (limited to 'svl/unx/source')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx2
-rw-r--r--svl/unx/source/svdde/makefile.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index 6f627807bfd3..aa1ccad80630 100644
--- a/svl/unx/source/svdde/ddedummy.cxx
+++ b/svl/unx/source/svdde/ddedummy.cxx
@@ -29,7 +29,7 @@
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_svtools.hxx"
+#include "precompiled_svl.hxx"
#include <svtools/svdde.hxx>
#include <rtl/instance.hxx>
diff --git a/svl/unx/source/svdde/makefile.mk b/svl/unx/source/svdde/makefile.mk
index d0203fd6378b..c6e89eaf2630 100644
--- a/svl/unx/source/svdde/makefile.mk
+++ b/svl/unx/source/svdde/makefile.mk
@@ -31,13 +31,13 @@
PRJ=..$/..$/..
-PRJNAME=svtools
+PRJNAME=svl
TARGET=svdde
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/svt.pmk
+.INCLUDE : $(PRJ)$/util$/svl.pmk
# --- Files --------------------------------------------------------