ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/Makefile.am
Revision: 1304
Committed: Fri Mar 23 12:03:56 2012 UTC (12 years ago) by michael
File size: 2017 byte(s)
Log Message:
- servlink is gone; cleanup and sanitize openssl detection tests

File Contents

# User Rev Content
1 michael 912 AUTOMAKE_OPTIONS = foreign
2    
3     sbin_PROGRAMS = ircd
4    
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     ircd_SOURCES = balloc.c \
13     channel.c \
14     channel_mode.c \
15     client.c \
16     csvlib.c \
17     dbuf.c \
18     event.c \
19     fdlist.c \
20     fileio.c \
21     getopt.c \
22     hash.c \
23     hook.c \
24     hostmask.c \
25     irc_res.c \
26     irc_reslib.c \
27     irc_string.c \
28     ircd.c \
29     ircd_signal.c \
30     list.c \
31     listener.c \
32     match.c \
33     memory.c \
34     modules.c \
35     motd.c \
36 michael 982 rng_mt.c \
37 michael 912 numeric.c \
38     packet.c \
39     parse.c \
40     s_conf.c \
41     s_bsd_epoll.c \
42     s_bsd_poll.c \
43     s_bsd_sigio.c \
44     s_bsd_devpoll.c \
45     s_bsd_kqueue.c \
46     s_bsd_select.c \
47     restart.c \
48     resv.c \
49 michael 1304 rsa.c \
50 michael 912 s_auth.c \
51     s_bsd.c \
52     s_gline.c \
53     s_log.c \
54     s_misc.c \
55     s_serv.c \
56     s_user.c \
57     send.c \
58     sprintf_irc.c \
59     version.c \
60     watch.c \
61     whowas.c \
62     ircd_parser.y \
63     ircd_lexer.l