diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-10 17:28:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-10 17:28:19 +0100 |
commit | 452a06da96c0b92ed7c6361a1350ffc7a8d33f2f (patch) | |
tree | 0b677c59252a32a099127095abee21e671474227 | |
parent | 20a1360bd87c9be583fd9fc540a8097ff2022781 (diff) | |
download | weechat-452a06da96c0b92ed7c6361a1350ffc7a8d33f2f.zip |
Fix typo in Makefile.am for relay plugin
-rw-r--r-- | src/plugins/relay/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/Makefile.am b/src/plugins/relay/Makefile.am index c2cf6e165..6efac2e17 100644 --- a/src/plugins/relay/Makefile.am +++ b/src/plugins/relay/Makefile.am @@ -37,5 +37,5 @@ relay_la_SOURCES = relay.c \ relay-upgrade.c \ relay-upgrade.h -relau_la_LDFLAGS = -module +relay_la_LDFLAGS = -module relay_la_LIBADD = $(RELAY_LFLAGS) |