]> git.sur5r.net Git - tio/blobdiff - src/Makefile.am
Imported Upstream version 1.18
[tio] / src / Makefile.am
index 6129033b9e384345852c355fdd59cf29d9cf784a..f09db52d81eb4a54bfca66e7f49190a7a1512fe5 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS=-Wall
+AM_CFLAGS = -Wall
 bin_PROGRAMS = tio
 tio_SOURCES = tty.c \
               options.c \
@@ -14,6 +14,8 @@ tio_SOURCES = tty.c \
               include/tio/error.h
 
 if ENABLE_BASH_COMPLETION
+
 bashcompletiondir=@BASH_COMPLETION_DIR@
 dist_bashcompletion_DATA=bash-completion/tio
+
 endif