Skip to content

Commit

Permalink
Fix EXTRA_DIST to include all $(POTFILES)
Browse files Browse the repository at this point in the history
Some files such as gnutls_tpm2_ibm.c were not being included in the
tarball.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 4, 2021
1 parent 0b47ea1 commit 875a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -143,7 +143,7 @@ endif

pkgconfig_DATA = openconnect.pc

EXTRA_DIST = AUTHORS version.sh COPYING.LGPL openconnect.ico $(lib_srcs_openssl) $(lib_srcs_gnutls) openconnect.nsi.in
EXTRA_DIST = AUTHORS version.sh COPYING.LGPL openconnect.ico $(POTFILES) openconnect.nsi.in
EXTRA_DIST += $(shell cd "$(top_srcdir)" && \
git ls-tree HEAD -r --name-only -- android/ java/ trojans/ bash/ 2>/dev/null)

Expand Down

0 comments on commit 875a14f

Please sign in to comment.