diff options
author | Timo Sirainen <cras@irssi.org> | 2000-09-30 22:52:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-09-30 22:52:30 +0000 |
commit | e754aa1c30ad077a12a2f276cd8ff320e6f5f01b (patch) | |
tree | 384c4b4b7ae50320fd4b600a44d26d57bcd9772c | |
parent | 2b8580c8a73ecdb2846b745c32b0ba51be4458e3 (diff) | |
download | irssi-e754aa1c30ad077a12a2f276cd8ff320e6f5f01b.zip |
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@700 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/irc/proxy/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am index ebf7e4d9..d41843cb 100644 --- a/src/irc/proxy/Makefile.am +++ b/src/irc/proxy/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \ libproxy_la_SOURCES = \ proxy.c \ dump.c \ - listen.c \ + listen.c noinst_HEADERS = \ proxy.h \ |