diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
commit | 6f0151e12888c988ac35f2a2867f6f9a32066609 (patch) | |
tree | 202c2b55e6020abbfff1b1137c4d6115461f798a /src/plugins/fifo/Makefile.am | |
parent | 2a494227b49d221ff57edbfc063b5acf7ab43053 (diff) | |
download | weechat-6f0151e12888c988ac35f2a2867f6f9a32066609.zip |
fifo: add /fifo command
Diffstat (limited to 'src/plugins/fifo/Makefile.am')
-rw-r--r-- | src/plugins/fifo/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fifo/Makefile.am b/src/plugins/fifo/Makefile.am index b7fb2ec7e..5fb5475a5 100644 --- a/src/plugins/fifo/Makefile.am +++ b/src/plugins/fifo/Makefile.am @@ -25,6 +25,8 @@ lib_LTLIBRARIES = fifo.la fifo_la_SOURCES = fifo.c \ fifo.h \ + fifo-command.c \ + fifo-command.h \ fifo-info.c \ fifo-info.h fifo_la_LDFLAGS = -module -no-undefined |