osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/36063?usp=email )
Change subject: Cosmetic: Makefile.am: make SUBDIRS diff friendly ......................................................................
Cosmetic: Makefile.am: make SUBDIRS diff friendly
Change-Id: I49e1b08e48dc324f313228e8c69679c37aa774f4 --- M Makefile.am 1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/63/36063/1
diff --git a/Makefile.am b/Makefile.am index 7fb2529..5db4ac6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,14 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib gtp ggsn sgsnemu doc contrib utils tests +SUBDIRS = \ + lib \ + gtp \ + ggsn \ + sgsnemu \ + doc \ + contrib \ + utils \ + tests \ + $(NULL)
pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgtp.pc