osmith has uploaded this change for review.

View Change

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(-)

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

To view, visit change 35970. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: I35345ba1c6ab6ecc827177dfd6f14a5be6606432
Gerrit-Change-Number: 35970
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange