ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.am
Revision: 1662
Committed: Sat Nov 17 20:11:33 2012 UTC (13 years, 8 months ago) by michael
File size: 2013 byte(s)
Log Message:
- Fixed inconsistent svn file properties

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 michael 1654 ircd_SOURCES = channel.c \
13 michael 912 channel_mode.c \
14     client.c \
15 michael 1309 conf.c \
16 michael 1632 conf_class.c \
17 michael 1620 conf_db.c \
18 michael 1316 conf_parser.y \
19 michael 1309 conf_lexer.l \
20 michael 912 dbuf.c \
21     event.c \
22     fdlist.c \
23     getopt.c \
24     hash.c \
25     hook.c \
26     hostmask.c \
27     irc_res.c \
28     irc_reslib.c \
29     irc_string.c \
30     ircd.c \
31     ircd_signal.c \
32     list.c \
33     listener.c \
34 michael 1309 log.c \
35 michael 912 match.c \
36     memory.c \
37 michael 1654 mempool.c \
38 michael 912 modules.c \
39     motd.c \
40 michael 982 rng_mt.c \
41 michael 912 numeric.c \
42     packet.c \
43     parse.c \
44     s_bsd_epoll.c \
45     s_bsd_poll.c \
46     s_bsd_sigio.c \
47     s_bsd_devpoll.c \
48     s_bsd_kqueue.c \
49     s_bsd_select.c \
50     restart.c \
51     resv.c \
52 michael 1304 rsa.c \
53 michael 912 s_auth.c \
54     s_bsd.c \
55     s_gline.c \
56     s_misc.c \
57     s_serv.c \
58     s_user.c \
59     send.c \
60     sprintf_irc.c \
61     version.c \
62     watch.c \
63 michael 1309 whowas.c

Properties

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