diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-21 17:55:28 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-10-15 10:28:23 +0200 |
commit | e2fdaf913f836662bd9baf4d5c85eb5021dec54b (patch) | |
tree | 2fd82416d4c07e07401dbc031457a7243e67646b /Makefile.in | |
parent | c48cd2730f30b6702066d07089a60d6a8f9367ae (diff) |
lokdocview: adapt Android path
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
(cherry picked from commit 562d8f57f0d684879ae62fb10dcf9dcea2bd213b)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 61b16ab541cf..61cc90680530 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/instsetoo_native/util/openoffice.lst.in \ $(SRCDIR)/configure.ac \ $(SRCDIR)/config_host/*.h.in \ - $(SRCDIR)/android/experimental/LOAndroid3/AndroidManifest.xml.in \ + $(SRCDIR)/android/source/AndroidManifest.xml.in \ $(BUILDDIR)/autogen.input \ $(BUILDDIR)/autogen.lastrun \ $(BUILDDIR)/autogen.sh \ @@ -172,7 +172,7 @@ distclean : clean compilerplugins-clean rm -fr \ $(BUILDDIR)/Makefile \ $(BUILDDIR)/aclocal.m4 \ - $(BUILDDIR)/android/experimental/LOAndroid3/AndroidManifest.xml \ + $(BUILDDIR)/android/source/AndroidManifest.xml \ $(BUILDDIR)/autom4te.cache \ $(BUILDDIR)/config.log \ $(BUILDDIR)/config.Build.log \ |