From 9f6b9313dbc36d050544506151a0ba8ecbaf12bb Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 17 Feb 2017 17:34:05 +0100 Subject: [PATCH] vapi: Add missing vapi/deps to dist --- vapi/Makefile.am | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/vapi/Makefile.am b/vapi/Makefile.am index bf3f4c28..6f6e531e 100644 --- a/vapi/Makefile.am +++ b/vapi/Makefile.am @@ -1,26 +1,24 @@ -VAPIS = \ +EXTRA_DIST = \ cogl-fixes.vapi \ compat.vapi \ config.vapi \ + libbamf3.deps \ libbamf3.vapi \ gdesktopenums-3.0.vapi \ + gnome-desktop-3.0.deps \ gnome-desktop-3.0.vapi \ + libmutter.deps \ libmutter.vapi \ + libmutter-0.deps \ + libmutter-0.vapi \ + mutter-clutter-0.deps \ + mutter-clutter-0.vapi \ + mutter-clutter-1.0.deps \ mutter-clutter-1.0.vapi \ + mutter-cogl-0.deps \ + mutter-cogl-0.vapi \ + mutter-cogl-1.0.deps \ mutter-cogl-1.0.vapi \ xfixes-4.0.vapi \ $(NULL) -DEPS = \ - libbamf3.deps \ - libmutter.deps \ - mutter-clutter-1.0.deps \ - mutter-cogl-1.0.deps \ - gnome-desktop-3.0.deps \ - $(NULL) - -EXTRA_DIST = \ - $(VAPIS) \ - $(DEPS) \ - $(NULL) -