aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/Makefile.am')
-rw-r--r--openbsc/include/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/openbsc/include/Makefile.am b/openbsc/include/Makefile.am
index 4596b6e3c..3234e6265 100644
--- a/openbsc/include/Makefile.am
+++ b/openbsc/include/Makefile.am
@@ -1,3 +1,8 @@
-SUBDIRS = openbsc
+SUBDIRS = \
+ openbsc \
+ $(NULL)
-noinst_HEADERS = mISDNif.h compat_af_isdn.h
+noinst_HEADERS = \
+ mISDNif.h \
+ compat_af_isdn.h \
+ $(NULL)