diff options
author | Timo Sirainen <cras@irssi.org> | 2000-04-26 08:03:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-04-26 08:03:38 +0000 |
commit | c95034c6de1bf72536595e1e3431d8ec64b9880e (patch) | |
tree | e51aa4528257ed8aa9d53640649519f299aaf0c7 /src/fe-none/Makefile.am | |
parent | d01b094151705d433bc43cae9eeb304e6f110a17 (diff) | |
download | irssi-c95034c6de1bf72536595e1e3431d8ec64b9880e.zip |
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-none/Makefile.am')
-rw-r--r-- | src/fe-none/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am new file mode 100644 index 00000000..b61f4dd2 --- /dev/null +++ b/src/fe-none/Makefile.am @@ -0,0 +1,24 @@ +bin_PROGRAMS = irssi-bot + +INCLUDES = $(GLIB_CFLAGS) + +INCLUDES = \ + $(GLIB_CFLAGS) \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/core/ \ + -I$(top_srcdir)/src/irc/core/ + +irssi_bot_DEPENDENCIES = @IRC_LIBS@ @CORE_LIBS@ + +irssi_bot_LDADD = \ + @IRC_LIBS@ \ + @CORE_LIBS@ \ + $(PROG_LIBS) \ + $(INTLLIBS) \ + $(PERL_LDFLAGS) + +irssi_bot_SOURCES = \ + irssi.c + +noinst_HEADERS = \ + module.h |