diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-07 11:55:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-07 11:56:24 +0200 |
commit | bd633f4c85dbb7750f10083f9240282059aaf491 (patch) | |
tree | 784a8f493011f16a45138fa9d96259439e08d318 | |
parent | 6ced5dbd1a4603b0f9c63e79d9da8b30c76b3805 (diff) |
Proper AC_CONFIG_FILE treatment
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5df364ebddf..1e2992735849 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ # autoconf generated stuff /aclocal.m4 +/android/experimental/LOAndroid3/AndroidManifest.xml /autom4te.cache /autogen.input /autogen.lastrun diff --git a/Makefile.in b/Makefile.in index a06b3b349aaa..75a2f56bca8e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,6 +157,7 @@ distclean : clean compilerplugins-clean rm -fr \ $(BUILDDIR)/Makefile \ $(BUILDDIR)/aclocal.m4 \ + $(BUILDDIR)/android/experimental/LOAndroid3/AndroidManifest.xml \ $(BUILDDIR)/autom4te.cache \ $(BUILDDIR)/config.log \ $(BUILDDIR)/config.Build.log \ |