diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile index 95adaef3d1d5..7a7ac34f7159 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile +++ b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile @@ -58,6 +58,8 @@ $(SUBDIRS) : org/openoffice/comp/test : org/openoffice/test +$(COMP_PACKAGE): org/openoffice/comp/test + ComponentsThumbsExample : $(COMP_PACKAGE) @echo -------------------------------------------------------------------------------- @echo Please use one of the following command to execute the example! |