ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision: 8623
Committed: Sat Nov 3 18:34:58 2018 UTC (7 years, 8 months ago) by michael
File size: 2257 byte(s)
Log Message:
- Makefile.am: add patricia.c to ircd_SOURCES

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 8483 client_svstag.c \
17 michael 1309 conf.c \
18 michael 1632 conf_class.c \
19 michael 7208 conf_cluster.c \
20 michael 1620 conf_db.c \
21 michael 7303 conf_gecos.c \
22 michael 4533 conf_pseudo.c \
23 michael 7235 conf_resv.c \
24 michael 7247 conf_service.c \
25 michael 7208 conf_shared.c \
26 michael 1316 conf_parser.y \
27 michael 1309 conf_lexer.l \
28 michael 912 dbuf.c \
29     event.c \
30     fdlist.c \
31     getopt.c \
32     hash.c \
33     hostmask.c \
34 michael 6160 id.c \
35 michael 4326 ipcache.c \
36 michael 912 irc_string.c \
37     ircd.c \
38     ircd_signal.c \
39 michael 6186 isupport.c \
40 michael 912 list.c \
41     listener.c \
42 michael 1309 log.c \
43 michael 912 match.c \
44     memory.c \
45 michael 3347 misc.c \
46 michael 912 modules.c \
47     motd.c \
48 michael 1834 numeric.c \
49 michael 912 packet.c \
50     parse.c \
51 michael 8623 patricia.c \
52 michael 912 s_bsd_epoll.c \
53     s_bsd_poll.c \
54     s_bsd_devpoll.c \
55     s_bsd_kqueue.c \
56 michael 7106 tls_gnutls.c \
57     tls_none.c \
58     tls_openssl.c \
59 michael 3322 res.c \
60     reslib.c \
61 michael 912 restart.c \
62 michael 3322 rng_mt.c \
63 michael 912 s_bsd.c \
64     send.c \
65 michael 3347 server.c \
66 michael 8165 server_capab.c \
67 michael 3347 user.c \
68 michael 912 version.c \
69     watch.c \
70 michael 2382 whowas.c

Properties

Name Value
svn:eol-style native