From ff147970723d1eca5701864c11bc9ce166285d33 Mon Sep 17 00:00:00 2001 From: gnome-mpv Date: Sat, 12 Sep 2020 23:36:04 +0700 Subject: [PATCH] Add test files to EXTRA_DIST --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8bf7de12..fd7abf33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src data docs po -EXTRA_DIST = README.md AUTHORS meson.build docs/meson.build meson-post-install.py po/meson.build +EXTRA_DIST = README.md AUTHORS meson.build docs/meson.build test/meson.build test/test-option-parser.c meson-post-install.py po/meson.build UPDATE_DESKTOP = update-desktop-database -q || : UPDATE_ICON = gtk-update-icon-cache -q $(datadir)/icons/hicolor/ || :