laforge has submitted this change. ( 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_005fSUBDIRS.html Change-Id: I35345ba1c6ab6ecc827177dfd6f14a5be6606432 --- M Makefile.am 1 file changed, 13 insertions(+), 1 deletion(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, approved 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 -- To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/35970?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libgtpnl Gerrit-Branch: master Gerrit-Change-Id: I35345ba1c6ab6ecc827177dfd6f14a5be6606432 Gerrit-Change-Number: 35970 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
