diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-06 14:23:57 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-06 15:48:26 +0100 |
commit | 18ea4fea4f4843c64e05827443f76122c1aed90e (patch) | |
tree | f6e2157f0263c188ee04973474f195f690047cf2 /android/experimental | |
parent | b0ac763d13369f41b90d789287b375f57c744eff (diff) |
Add components needed for editing a document in android/desktop app.
As new 'edit' group because they are not needed in view-only
TiledLibreOffice_app. Although, probably there are more components
in 'core' which should be in 'edit' too, who knows, sigh.
Change-Id: I1efebc9884662a5d25744a3414717aa410350ef4
Diffstat (limited to 'android/experimental')
-rw-r--r-- | android/experimental/desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index 3419eb1ceb7e..df9a24f08fff 100644 --- a/android/experimental/desktop/Makefile +++ b/android/experimental/desktop/Makefile @@ -13,7 +13,7 @@ include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py $< -j \ - -g core -g writer \ + -g core -g edit -g writer \ > $@ # The name of the Bootstrap activity class |