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-7.2/src/Makefile.am (file contents), Revision 977 by michael, Sat Aug 8 07:33:08 2009 UTC vs.
ircd-hybrid/trunk/src/Makefile.am (file contents), Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

# Line 4 | Line 4 | sbin_PROGRAMS = ircd
4  
5   AM_YFLAGS = -d
6  
7 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
7 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
8   ircd_LDFLAGS = -export-dynamic
9 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
10 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
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            \
18               dynlink.c         \
21                 event.c           \
22                 fdlist.c          \
21               fileio.c          \
23                 getopt.c          \
24                 hash.c            \
25                 hook.c            \
26                 hostmask.c        \
26               irc_getaddrinfo.c \
27               irc_getnameinfo.c \
27                 irc_res.c         \
28                 irc_reslib.c      \
29                 irc_string.c      \
# Line 32 | 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 <               numeric.c         \
40 >               rng_mt.c          \
41                 packet.c          \
42                 parse.c           \
42               s_conf.c          \
43                 s_bsd_epoll.c     \
44                 s_bsd_poll.c      \
45               s_bsd_sigio.c     \
45                 s_bsd_devpoll.c   \
46                 s_bsd_kqueue.c    \
47                 s_bsd_select.c    \
49               s_bsd_win32.c     \
48                 restart.c         \
49                 resv.c            \
50 +               rsa.c             \
51                 s_auth.c          \
52                 s_bsd.c           \
53                 s_gline.c         \
55               s_log.c           \
54                 s_misc.c          \
55                 s_serv.c          \
56                 s_user.c          \
57                 send.c            \
60               sprintf_irc.c     \
61               tools.c           \
58                 version.c         \
59                 watch.c           \
60 <               whowas.c          \
65 <               ircd_parser.y     \
66 <               ircd_lexer.l
67 < if ENABLE_SSL
68 < ircd_SOURCES += rsa.c
69 < endif
60 >               whowas.c

Comparing:
ircd-hybrid-7.2/src/Makefile.am (property svn:eol-style), Revision 977 by michael, Sat Aug 8 07:33:08 2009 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-7.2/src/Makefile.am (property svn:keywords), Revision 977 by michael, Sat Aug 8 07:33:08 2009 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)