ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.am
(Generate patch)

Comparing:
ircd-hybrid-8/src/Makefile.am (file contents), Revision 1237 by michael, Thu Sep 29 11:32:21 2011 UTC vs.
ircd-hybrid/trunk/src/Makefile.am (file contents), Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

# Line 9 | Line 9 | ircd_LDFLAGS = -export-dynamic
9   ircd_LDADD = $(LIBLTDL)
10   ircd_DEPENDENCIES = $(LTDLDEPS)
11  
12 < ircd_SOURCES = balloc.c          \
13 <               channel.c         \
12 > ircd_SOURCES = channel.c         \
13                 channel_mode.c    \
14                 client.c          \
15 <               csvlib.c          \
15 >               conf.c            \
16 >               conf_class.c      \
17 >               conf_db.c         \
18 >               conf_parser.y     \
19 >               conf_lexer.l      \
20                 dbuf.c            \
21                 event.c           \
22                 fdlist.c          \
20               fileio.c          \
23                 getopt.c          \
24                 hash.c            \
25                 hook.c            \
# Line 29 | Line 31 | ircd_SOURCES = balloc.c          \
31                 ircd_signal.c     \
32                 list.c            \
33                 listener.c        \
34 +               log.c             \
35                 match.c           \
36                 memory.c          \
37 +               mempool.c         \
38                 modules.c         \
39                 motd.c            \
40                 rng_mt.c          \
37               numeric.c         \
41                 packet.c          \
42                 parse.c           \
40               s_conf.c          \
43                 s_bsd_epoll.c     \
44                 s_bsd_poll.c      \
43               s_bsd_sigio.c     \
45                 s_bsd_devpoll.c   \
46                 s_bsd_kqueue.c    \
47                 s_bsd_select.c    \
48                 restart.c         \
49                 resv.c            \
50 +               rsa.c             \
51                 s_auth.c          \
52                 s_bsd.c           \
53                 s_gline.c         \
52               s_log.c           \
54                 s_misc.c          \
55                 s_serv.c          \
56                 s_user.c          \
57                 send.c            \
57               sprintf_irc.c     \
58                 version.c         \
59                 watch.c           \
60 <               whowas.c          \
61 <               ircd_parser.y     \
62 <               ircd_lexer.l
63 < if ENABLE_SSL
64 < ircd_SOURCES += rsa.c
65 < endif
60 >               whowas.c

Comparing:
ircd-hybrid-8/src/Makefile.am (property svn:eol-style), Revision 1237 by michael, Thu Sep 29 11:32:21 2011 UTC vs.
ircd-hybrid/trunk/src/Makefile.am (property svn:eol-style), Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

# Line 0 | Line 1
1 + native

Comparing:
ircd-hybrid-8/src/Makefile.am (property svn:keywords), Revision 1237 by michael, Thu Sep 29 11:32:21 2011 UTC vs.
ircd-hybrid/trunk/src/Makefile.am (property svn:keywords), Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

# Line 0 | Line 1
1 + Id Revision

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)