From 4de54857ab8f77db00353ec8d8400abf111a044c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 25 Oct 2023 17:13:53 +0700 Subject: [PATCH] dist: exclude libgsmhr files downloaded by fetch_sources.py We deliberately do not include these files in the git repository, nor do we intend to include them in the release tarballs. This is done intentionally to avoid potential licensing issues. Change-Id: I66e31dec37e53bf1a8c7df948fd9316e1467752c Related: OS#6227 --- libgsmhr/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libgsmhr/Makefile.am b/libgsmhr/Makefile.am index f3c01b7..ffbde21 100644 --- a/libgsmhr/Makefile.am +++ b/libgsmhr/Makefile.am @@ -33,3 +33,7 @@ clean-local: distclean-local: -rm -rf ${REFSRC_PATH}/ + +# exclude files downloaded by fetch_sources.py +dist-hook: + -rm -rf $(distdir)/$(REFSRC_PATH)