From bcb44891ef8aa6feee3090cc0fd87b60e73aed5d Mon Sep 17 00:00:00 2001
From: Eli Schwartz <eschwartz@archlinux.org>
Date: Thu, 15 Aug 2019 19:55:45 -0400
Subject: autotools: distribute meson files

If we use make dist to create the official, signed release tarballs,
those will not have meson build files by default since autotools doesn't
know what they are.

Also distribute all src/common/ files. We never strictly needed any of
them to be distributed with autotools, because the dist tarball
dereferences the symlinks (???), but only some of them were being
distributed, and meson needs them to be in the right location as we only
build libcommon from the primary files.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
---
 lib/libalpm/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'lib')

diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am
index 1e01feeb..e4f83223 100644
--- a/lib/libalpm/Makefile.am
+++ b/lib/libalpm/Makefile.am
@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = gnu
 
 SUBDIRS = po
 
+EXTRA_DIST = meson.build po/meson.build
+
 lib_LTLIBRARIES = libalpm.la
 include_HEADERS = alpm_list.h alpm.h
 
-- 
cgit v1.2.3-24-g4f1b