diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 15:32:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 15:32:18 +0100 |
commit | 542120c30672144a6ad536909b7f4740d3a6112f (patch) | |
tree | 3ba37ce3b08bbef08db65c4d518f5e79011a5321 /odk | |
parent | b2c4a00095e3baa028dec059f34be04cac6463bb (diff) |
Generate oxt in OUT_BIN
Change-Id: Idb4569c64060ef9d60e0d090cf46b053a252d750
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/python/toolpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile index 3a1d93acf45b..f39522891342 100644 --- a/odk/examples/python/toolpanel/Makefile +++ b/odk/examples/python/toolpanel/Makefile @@ -24,5 +24,5 @@ FILES = \ toolpanel.py \ toolpanels/poc.xdl -toolpanel.oxt: $(FILES) +$(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES) $(SDK_ZIP) $@ $^ |