summaryrefslogtreecommitdiff
path: root/src/fe-common/core/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-17 11:53:45 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-17 11:53:45 +0000
commit234e95ef94804493a3c75f957dbc6bf8af58c5b3 (patch)
tree9b9558cf355424bbeef2e31ecd71265bf88366eb /src/fe-common/core/Makefile.am
parentbc8848f96545b6e074fedfdccf125b896261287b (diff)
downloadirssi-234e95ef94804493a3c75f957dbc6bf8af58c5b3.zip
Rewrite Tab-completion to work with signals - now it should be easy to
add completion to whatever command. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@356 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/Makefile.am')
-rw-r--r--src/fe-common/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/core/Makefile.am b/src/fe-common/core/Makefile.am
index c8e24dad..093334ed 100644
--- a/src/fe-common/core/Makefile.am
+++ b/src/fe-common/core/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
libfe_common_core_la_SOURCES = \
autorun.c \
command-history.c \
+ completion.c \
fe-common-core.c \
fe-core-commands.c \
fe-log.c \
@@ -27,6 +28,7 @@ libfe_common_core_la_SOURCES = \
noinst_HEADERS = \
command-history.h \
+ completion.h \
fe-common-core.h \
hilight-text.h \
keyboard.h \