diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-02-03 00:19:31 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-02-03 00:19:31 +0100 |
commit | 181e52affa5e92c865a94bbb2135be020b1d92fb (patch) | |
tree | bd29832dc0154ae722b547716a21bb4643821dd3 /src | |
parent | cb657254bb17208ce4139d5f947f115976ed2d04 (diff) | |
download | weechat-181e52affa5e92c865a94bbb2135be020b1d92fb.zip |
Fixed bug in Makefile.am of IRC plugin
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/Makefile.am b/src/plugins/irc/Makefile.am index 22d6703f4..e09178e09 100644 --- a/src/plugins/irc/Makefile.am +++ b/src/plugins/irc/Makefile.am @@ -47,7 +47,7 @@ irc_la_SOURCES = irc.c \ irc-server.h # irc-dcc.c \ -# irc-dcc.h \ +# irc-dcc.h irc_la_LDFLAGS = -module irc_la_LIBADD = $(GNUTLS_LFLAGS) |