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

Comparing ircd-hybrid-7.2/src/Makefile.am (file contents):
Revision 1005 by michael, Mon Aug 31 23:07:43 2009 UTC vs.
Revision 1009 by michael, Sun Sep 13 15:02:30 2009 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 = $(INCLTDL) -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 = $(LIBLTDL)
11  
12   ircd_SOURCES = balloc.c          \
13                 channel.c         \

Diff Legend

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