ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.am
Revision: 4142
Committed: Wed Jul 2 17:14:47 2014 UTC (12 years ago) by michael
File size: 1907 byte(s)
Log Message:
- Removed hooking system

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 1090 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 1620 conf_db.c \
19 michael 1316 conf_parser.y \
20 michael 1309 conf_lexer.l \
21 michael 912 dbuf.c \
22     event.c \
23     fdlist.c \
24     getopt.c \
25 michael 3321 gline.c \
26 michael 912 hash.c \
27     hostmask.c \
28     irc_string.c \
29     ircd.c \
30     ircd_signal.c \
31     list.c \
32     listener.c \
33 michael 1309 log.c \
34 michael 912 match.c \
35     memory.c \
36 michael 1654 mempool.c \
37 michael 3347 misc.c \
38 michael 912 modules.c \
39     motd.c \
40 michael 1834 numeric.c \
41 michael 912 packet.c \
42     parse.c \
43     s_bsd_epoll.c \
44     s_bsd_poll.c \
45     s_bsd_devpoll.c \
46     s_bsd_kqueue.c \
47     s_bsd_select.c \
48 michael 3322 res.c \
49     reslib.c \
50 michael 912 restart.c \
51     resv.c \
52 michael 3322 rng_mt.c \
53 michael 1304 rsa.c \
54 michael 912 s_bsd.c \
55     send.c \
56 michael 3347 server.c \
57     user.c \
58 michael 912 version.c \
59     watch.c \
60 michael 2382 whowas.c

Properties

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