diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am index 7ddf323cd..eb09e1878 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -93,6 +93,6 @@ openbsc_HEADERS = \ meas_rep.h \ $(NULL) -openbscdir = \ - $(includedir)/openbsc \ - $(NULL) +# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing +# space to the directory installed: $prefix/include/'openbsc ' +openbscdir = $(includedir)/openbsc