summaryrefslogtreecommitdiff
path: root/tests/accessibility
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-10 12:19:42 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-17 18:28:11 +0100
commite58d52c081b9c6246133df0bafdd0409ba2b4f79 (patch)
tree966f9ef3f4a531a2465f04269f5f9d17f7d96a39 /tests/accessibility
parente900eb1d9ba53e85b72ef61ba7ebe4e1a52ff9eb (diff)
downloadclutter-e58d52c081b9c6246133df0bafdd0409ba2b4f79.tar.gz
Rename build directory to build-aux
Having a 'build' directory makes is a bit awkward for tools packaging Clutter, and the rapidly coalescing consensus on the GNOME platform, pushed by the port to Meson, is to call the directory for ancillary build files 'build-aux'.
Diffstat (limited to 'tests/accessibility')
-rw-r--r--tests/accessibility/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am
index df713bd5d..aadd21a67 100644
--- a/tests/accessibility/Makefile.am
+++ b/tests/accessibility/Makefile.am
@@ -1,4 +1,4 @@
-include $(top_srcdir)/build/autotools/Makefile.am.silent
+include $(top_srcdir)/build-aux/autotools/Makefile.am.silent
common_ldadd = \
$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la
@@ -35,4 +35,4 @@ cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c
DISTCLEANFILES =
--include $(top_srcdir)/build/autotools/Makefile.am.gitignore
+-include $(top_srcdir)/build-aux/autotools/Makefile.am.gitignore