diff options
Diffstat (limited to 'smoketest/Jar_smoketest.mk')
-rw-r--r-- | smoketest/Jar_smoketest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/Jar_smoketest.mk b/smoketest/Jar_smoketest.mk index 19259910f03c..a62022031978 100644 --- a/smoketest/Jar_smoketest.mk +++ b/smoketest/Jar_smoketest.mk @@ -14,7 +14,7 @@ $(eval $(call gb_Jar_add_sourcefiles,smoketest, \ smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment \ )) -$(eval $(call gb_Jar_set_componentfile,smoketest,smoketest/org/libreoffice/smoketest/smoketest,OOO)) +$(eval $(call gb_Jar_set_componentfile,smoketest,smoketest/org/libreoffice/smoketest/smoketest,OOO,services)) $(eval $(call gb_Jar_set_manifest,smoketest,$(SRCDIR)/smoketest/org/libreoffice/smoketest/manifest)) |