diff options
author | raveit65 <[email protected]> | 2020-02-24 17:34:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 18:05:15 +0100 |
commit | 4499ed746d610b2e57a7a3771644a0a67d43b0be (patch) | |
tree | a7f49ae9db1c81c839c8ef490ac9909af1a5e082 /src/wm-tester | |
parent | 3b6919c5eafb76f36f240f8c5651698539860853 (diff) | |
download | marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.bz2 marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.xz |
add meson build files to EXTRA_DIST
Diffstat (limited to 'src/wm-tester')
-rw-r--r-- | src/wm-tester/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am index 8383556f..d4224393 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -26,4 +26,7 @@ test_resizing_LDADD= @MARCO_LIBS@ test_size_hints_LDADD= @MARCO_LIBS@ focus_window_LDADD= @MARCO_LIBS@ +EXTRA_DIST= \ + meson.build + -include $(top_srcdir)/git.mk |