| Revision: | 7248 |
| Committed: | Thu Feb 4 17:21:58 2016 UTC (10 years, 7 months ago) by michael |
| File size: | 2187 byte(s) |
| Error occurred while calculating annotation data. | |
| Log Message: | - Move service {} block configuration management into its own module
|
| # | Content |
|---|---|
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | bin_PROGRAMS = ircd |
| 4 | |
| 5 | AM_YFLAGS = -d |
| 6 | |
| 7 | AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include |
| 8 | ircd_LDFLAGS = -export-dynamic |
| 9 | ircd_LDADD = $(LIBLTDL) |
| 10 | ircd_DEPENDENCIES = $(LTDLDEPS) |
| 11 | |
| 12 | ircd_SOURCES = auth.c \ |
| 13 | channel.c \ |
| 14 | channel_mode.c \ |
| 15 | client.c \ |
| 16 | conf.c \ |
| 17 | conf_class.c \ |
| 18 | conf_cluster.c \ |
| 19 | conf_db.c \ |
| 20 | conf_pseudo.c \ |
| 21 | conf_resv.c \ |
| 22 | conf_service.c \ |
| 23 | conf_shared.c \ |
| 24 | conf_parser.y \ |
| 25 | conf_lexer.l \ |
| 26 | dbuf.c \ |
| 27 | event.c \ |
| 28 | fdlist.c \ |
| 29 | getopt.c \ |
| 30 | hash.c \ |
| 31 | hostmask.c \ |
| 32 | id.c \ |
| 33 | ipcache.c \ |
| 34 | irc_string.c \ |
| 35 | ircd.c \ |
| 36 | ircd_signal.c \ |
| 37 | isupport.c \ |
| 38 | list.c \ |
| 39 | listener.c \ |
| 40 | log.c \ |
| 41 | match.c \ |
| 42 | memory.c \ |
| 43 | mempool.c \ |
| 44 | misc.c \ |
| 45 | modules.c \ |
| 46 | motd.c \ |
| 47 | numeric.c \ |
| 48 | packet.c \ |
| 49 | parse.c \ |
| 50 | s_bsd_epoll.c \ |
| 51 | s_bsd_poll.c \ |
| 52 | s_bsd_devpoll.c \ |
| 53 | s_bsd_kqueue.c \ |
| 54 | tls_gnutls.c \ |
| 55 | tls_none.c \ |
| 56 | tls_openssl.c \ |
| 57 | res.c \ |
| 58 | reslib.c \ |
| 59 | restart.c \ |
| 60 | rng_mt.c \ |
| 61 | s_bsd.c \ |
| 62 | send.c \ |
| 63 | server.c \ |
| 64 | user.c \ |
| 65 | userhost.c \ |
| 66 | version.c \ |
| 67 | watch.c \ |
| 68 | whowas.c |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id Revision |