diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-29 21:46:46 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-29 21:46:46 +0000 |
commit | 8b6d6b086e6adfb391ab51caaf40127efe5e5c8f (patch) | |
tree | a68ffdbab65e885be9dbe67fac202b12f909385f /src/fe-none | |
parent | f68c48bcecc5d047bb25c9c41a3f99bc528400b0 (diff) | |
download | irssi-8b6d6b086e6adfb391ab51caaf40127efe5e5c8f.zip |
typofix :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1946 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-none')
-rw-r--r-- | src/fe-none/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index e539e2a6..901de7ce 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -12,7 +12,7 @@ botti_LDADD = \ @COMMON_NOUI_LIBS@ \ @PERL_LINK_LIBS@ \ @PERL_LINK_FLAGS@ \ - @PROG_LIBS + @PROG_LIBS@ botti_SOURCES = \ irssi.c |