summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report')
-rw-r--r--wizards/com/sun/star/wizards/report/makefile.mk28
1 files changed, 16 insertions, 12 deletions
diff --git a/wizards/com/sun/star/wizards/report/makefile.mk b/wizards/com/sun/star/wizards/report/makefile.mk
index aabb23117ee0..2cec404a1463 100644
--- a/wizards/com/sun/star/wizards/report/makefile.mk
+++ b/wizards/com/sun/star/wizards/report/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
# This file is part of OpenOffice.org.
#
@@ -49,17 +49,21 @@ JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-JAVAFILES= \
- ReportDocument.java \
- ReportWizard.java \
- CallReportWizard.java \
- DBColumn.java \
- RecordTable.java \
- Finalizer.java \
- ReportLayouter.java \
- GroupFieldHandler.java \
- Dataimport.java
-
+JAVAFILES= \
+ CallReportWizard.java \
+ DBColumn.java \
+ Dataimport.java \
+ GroupFieldHandler.java \
+ IReportDocument.java \
+ IReportBuilderLayouter.java \
+ IReportDefinitionReadAccess.java \
+ RecordTable.java \
+ ReportFinalizer.java \
+ ReportImplementationHelper.java \
+ ReportLayouter.java \
+ ReportTextDocument.java \
+ ReportTextImplementation.java \
+ ReportWizard.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)