about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-20 00:19:03 +0100
committerJames Booth <boothj5@gmail.com>2016-05-20 00:19:03 +0100
commiteaf2901b0138c5ac9beb3c3619246eef577b2b31 (patch)
tree77adc524e1fdec687f020308e4cc4fc9c8787fae /Makefile.am
parent458f9edbb0cb2b83f1abc7dcd4d124c73ea0ad0d (diff)
downloadprofani-tty-eaf2901b0138c5ac9beb3c3619246eef577b2b31.tar.gz
Add cmd_autocomplete.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 52ae369f..a9f7837a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ core_sources = \
 	src/ui/xmlwin.c \
 	src/command/command.h src/command/command.c \
 	src/command/commands.h src/command/commands.c \
+	src/command/cmd_autocomplete.h src/command/cmd_autocomplete.c \
 	src/tools/parser.c \
 	src/tools/parser.h \
 	src/tools/http_upload.c \
@@ -69,6 +70,7 @@ unittest_sources = \
 	src/pgp/gpg.h \
 	src/command/command.h src/command/command.c \
 	src/command/commands.h src/command/commands.c \
+	src/command/cmd_autocomplete.h src/command/cmd_autocomplete.c \
 	src/tools/parser.c \
 	src/tools/parser.h \
 	src/tools/p_sha1.h src/tools/p_sha1.c \