diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-06-09 20:11:47 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-06-09 20:11:47 -0400 |
commit | e96dc57e1bb16f660b15ab953062010db2afce55 (patch) | |
tree | c60994556b9f252172c2e10d976833b87188f838 | |
parent | e66d3beb0c6a4204e65d608d7e6aae8d9b95cd13 (diff) |
And config.h.meson is no longer dist either
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 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 |