mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Changed binary names: irssi-text -> irssi, irssi-bot -> botti
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@280 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2191eedbb2
commit
3225399ce6
2 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
bin_PROGRAMS = irssi-bot
|
||||
bin_PROGRAMS = botti
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS)
|
||||
|
||||
|
|
@ -8,14 +8,14 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/
|
||||
|
||||
irssi_bot_DEPENDENCIES = @COMMON_NOUI_LIBS@
|
||||
botti_DEPENDENCIES = @COMMON_NOUI_LIBS@
|
||||
|
||||
irssi_bot_LDADD = \
|
||||
botti_LDADD = \
|
||||
@COMMON_NOUI_LIBS@ \
|
||||
$(PROG_LIBS) \
|
||||
$(PERL_LDFLAGS)
|
||||
|
||||
irssi_bot_SOURCES = \
|
||||
botti_SOURCES = \
|
||||
irssi.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue