diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-22 14:28:25 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:21 +0000 |
commit | 02d490ad83d31cb0dc342c6efb63837d820a8d88 (patch) | |
tree | 3dc896988c8680fd2d77287edb25a6483fd41e8b /instsetoo_native | |
parent | cebdd70c03729ebe9624cb2d73922d93621cf461 (diff) |
Add the rest of the files to scp2
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 15bc3d6f6e47..2e6f99d372eb 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -75,6 +75,50 @@ LOCALPYFILES= \ $(BIN)$/officehelper.py \ $(BIN)$/mailmerge.py \ $(BIN)$/CallWizard.py \ + $(BIN)$/__init__.py \ + $(BIN)$/FaxDocument.py \ + $(BIN)$/FaxWizardDialogResources.py \ + $(BIN)$/CGFax.py \ + $(BIN)$/FaxWizardDialogConst.py \ + $(BIN)$/CGFaxWizard.py \ + $(BIN)$/FaxWizardDialogImpl.py \ + $(BIN)$/FaxWizardDialog.py \ + $(BIN)$/ConfigGroup.py \ + $(BIN)$/Configuration.py \ + $(BIN)$/FileAccess.py \ + $(BIN)$/Properties.py \ + $(BIN)$/Resource.py \ + $(BIN)$/ConfigNode.py \ + $(BIN)$/DebugHelper.py \ + $(BIN)$/Helper.py \ + $(BIN)$/NoValidPathException.py \ + $(BIN)$/PropertyNames.py \ + $(BIN)$/SystemDialog.py \ + $(BIN)$/ConfigSet.py \ + $(BIN)$/Desktop.py \ + $(BIN)$/HelpIds.py \ + $(BIN)$/NumberFormatter.py \ + $(BIN)$/PropertySetHelper.py \ + $(BIN)$/OfficeDocument.py \ + $(BIN)$/TextDocument.py \ + $(BIN)$/TextFieldHandler.py \ + $(BIN)$/TextSectionHandler.py \ + $(BIN)$/ViewHandler.py \ + $(BIN)$/ControlScroller.py \ + $(BIN)$/ImageList.py \ + $(BIN)$/PathSelection.py \ + $(BIN)$/UIConsts.py \ + $(BIN)$/UnoDialog.py \ + $(BIN)$/XPathSelectionListener.py \ + $(BIN)$/DocumentPreview.py \ + $(BIN)$/PeerConfig.py \ + $(BIN)$/UnoDialog2.py \ + $(BIN)$/WizardDialog.py \ + $(BIN)$/CommonListener.py \ + $(BIN)$/DataAware.py \ + $(BIN)$/ListModelBinder.py \ + $(BIN)$/RadioDataAware.py \ + $(BIN)$/UnoDataAware.py \ $(BIN)$/msgbox.py .ENDIF |