osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/35970?usp=email )
Change subject: Makefile.am: remove DIST_SUBDIRS ......................................................................
Makefile.am: remove DIST_SUBDIRS
It is the same as SUBDIRS, so it doesn't need to be defined. We don't do this is in other Osmocom projects either.
Related: https://www.gnu.org/software/automake/manual/html_node/SUBDIRS-vs-DIST_005fS... Change-Id: I35345ba1c6ab6ecc827177dfd6f14a5be6606432 --- M Makefile.am 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/70/35970/1
diff --git a/Makefile.am b/Makefile.am index 1fabe69..c34b6db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools -DIST_SUBDIRS = src include tools
pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgtpnl.pc