diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-22 11:36:19 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:19 +0000 |
commit | adf772680c7cf0e3d6ae135cab49c847447b5bf1 (patch) | |
tree | 35bb986d762aa876db3ef19cc58ae2388c51a4d5 /instsetoo_native/util | |
parent | e20b4fe7f98473bef13758070ab33b144c6930ff (diff) |
Hello world (python) as a component
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 39677d26b185..15bc3d6f6e47 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -74,6 +74,7 @@ LOCALPYFILES= \ $(BIN)$/pythonloader.py \ $(BIN)$/officehelper.py \ $(BIN)$/mailmerge.py \ + $(BIN)$/CallWizard.py \ $(BIN)$/msgbox.py .ENDIF |