diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-08-20 09:56:52 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-08-20 11:15:19 -0700 |
commit | 3e9df07269d0548bf4ce877d67437dd5c73f2be3 (patch) | |
tree | 0e6cae7b722a0dd1057d3316cfda73e185852dcd /tests | |
parent | 58bcc362a77e41973227cb0543d5e75cdb5570c8 (diff) |
autotools: Don't use wayland-scanner.m4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d4aa9098..82bf630d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -139,4 +139,5 @@ BUILT_SOURCES = \ CLEANFILES = $(BUILT_SOURCES) -@wayland_scanner_rules@ +wayland_protocoldir = $(top_srcdir)/protocol +include $(top_srcdir)/wayland-scanner.mk |