Minor: removed spaces from Makefile.
This commit is contained in:
parent
b0b7e6fde4
commit
ef16c20b02
24
Makefile.am
24
Makefile.am
|
|
@ -30,10 +30,10 @@
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
devices \
|
devices \
|
||||||
include \
|
include \
|
||||||
master \
|
master \
|
||||||
script
|
script
|
||||||
|
|
||||||
if BUILD_TOOL
|
if BUILD_TOOL
|
||||||
SUBDIRS += tool
|
SUBDIRS += tool
|
||||||
|
|
@ -51,14 +51,14 @@ endif
|
||||||
SUBDIRS += examples
|
SUBDIRS += examples
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
devices \
|
devices \
|
||||||
examples \
|
examples \
|
||||||
include \
|
include \
|
||||||
lib \
|
lib \
|
||||||
m4 \
|
m4 \
|
||||||
master \
|
master \
|
||||||
script \
|
script \
|
||||||
tool \
|
tool \
|
||||||
tty
|
tty
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue