From e96dc57e1bb16f660b15ab953062010db2afce55 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 9 Jun 2017 20:11:47 -0400 Subject: [PATCH] And config.h.meson is no longer dist either --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7a89d27..a4d0281 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,7 @@ EXTRA_DIST = \ docs/design/gst-rtp-server-design \ gst-rtsp-server.doap \ $(win32) \ - $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ - config.h.meson + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) ACLOCAL_AMFLAGS = -I m4 -I common/m4 -- 2.7.4