ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision: 7247
Committed: Thu Feb 4 17:19:38 2016 UTC (10 years, 5 months ago) by michael
File size: 2187 byte(s)
Log Message:
- Move service {} block configuration management into its own module

File Contents

# User Rev Content
1 michael 912 AUTOMAKE_OPTIONS = foreign
2    
3 michael 3048 bin_PROGRAMS = ircd
4 michael 912
5     AM_YFLAGS = -d
6    
7 michael 6728 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
8 michael 977 ircd_LDFLAGS = -export-dynamic
9 michael 1009 ircd_LDADD = $(LIBLTDL)
10 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
11 michael 912
12 michael 3324 ircd_SOURCES = auth.c \
13     channel.c \
14 michael 912 channel_mode.c \
15     client.c \
16 michael 1309 conf.c \
17 michael 1632 conf_class.c \
18 michael 7208 conf_cluster.c \
19 michael 1620 conf_db.c \
20 michael 4533 conf_pseudo.c \
21 michael 7235 conf_resv.c \
22 michael 7247 conf_service.c \
23 michael 7208 conf_shared.c \
24 michael 1316 conf_parser.y \
25 michael 1309 conf_lexer.l \
26 michael 912 dbuf.c \
27     event.c \
28     fdlist.c \
29     getopt.c \
30     hash.c \
31     hostmask.c \
32 michael 6160 id.c \
33 michael 4326 ipcache.c \
34 michael 912 irc_string.c \
35     ircd.c \
36     ircd_signal.c \
37 michael 6186 isupport.c \
38 michael 912 list.c \
39     listener.c \
40 michael 1309 log.c \
41 michael 912 match.c \
42     memory.c \
43 michael 1654 mempool.c \
44 michael 3347 misc.c \
45 michael 912 modules.c \
46     motd.c \
47 michael 1834 numeric.c \
48 michael 912 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 michael 7106 tls_gnutls.c \
55     tls_none.c \
56     tls_openssl.c \
57 michael 3322 res.c \
58     reslib.c \
59 michael 912 restart.c \
60 michael 3322 rng_mt.c \
61 michael 912 s_bsd.c \
62     send.c \
63 michael 3347 server.c \
64     user.c \
65 michael 6392 userhost.c \
66 michael 912 version.c \
67     watch.c \
68 michael 2382 whowas.c

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision