From 14e7cc0a215a708d845adf5eab715ec598814bb4 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 15 Aug 2021 20:08:03 +0300 Subject: [PATCH] build-sys: add pavucontrol.pot to EXTRA_DIST pavucontrol.pot is a generated file, but since we store it in git, let's ship it also in the tarball. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a387352..175caa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ EXTRA_DIST = \ LICENSE \ intltool-merge.in \ intltool-update.in \ - intltool-extract.in + intltool-extract.in \ + po/pavucontrol.pot SUBDIRS=src doc po