diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-02 15:42:20 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-02 15:42:20 +0200 |
commit | e756f4770ae99b07c7aaf7d43d5f07d0c88f256f (patch) | |
tree | 03715590305b4a4fb4cd7018470fb1153f873bd0 /src/plugins/alias/Makefile.am | |
parent | b03393fd428a2cf78d2ce1cae81588f598b3d46c (diff) | |
download | weechat-e756f4770ae99b07c7aaf7d43d5f07d0c88f256f.zip |
Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_buffer, xfer)
Diffstat (limited to 'src/plugins/alias/Makefile.am')
-rw-r--r-- | src/plugins/alias/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/alias/Makefile.am b/src/plugins/alias/Makefile.am index 9792be749..9524933d0 100644 --- a/src/plugins/alias/Makefile.am +++ b/src/plugins/alias/Makefile.am @@ -20,6 +20,9 @@ libdir = ${weechat_libdir}/plugins lib_LTLIBRARIES = alias.la -alias_la_SOURCES = alias.c alias.h +alias_la_SOURCES = alias.c \ + alias.h \ + alias-info.c \ + alias-info.h alias_la_LDFLAGS = -module alias_la_LIBADD = $(ALIAS_LFLAGS) |