From 7b6673fa06dada3ec4586b1c0d735e9df4177a48 Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Fri, 9 Sep 2016 00:43:15 +0200 Subject: Consistenly format variables in */Makefile.am files Change-Id: Ifa21513c007072314097b7bec188579972dc1694 --- openbsc/Makefile.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'openbsc/Makefile.am') diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am index 8696eb46c..f7eda567a 100644 --- a/openbsc/Makefile.am +++ b/openbsc/Makefile.am @@ -1,7 +1,16 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -SUBDIRS = doc include src tests +AM_CPPFLAGS = \ + $(all_includes) \ + -I$(top_srcdir)/include \ + $(NULL) + +SUBDIRS = \ + doc \ + include \ + src \ + tests \ + $(NULL) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = openbsc.pc -- cgit v1.2.3