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

Comparing ircd-hybrid-7.2/src/Makefile.in (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 254 | Line 254 | top_builddir = @top_builddir@
254   top_srcdir = @top_srcdir@
255   AUTOMAKE_OPTIONS = foreign
256   AM_YFLAGS = -d
257 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
257 > AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include
258   ircd_LDFLAGS = -export-dynamic
259 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
260 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
259 > ircd_LDADD = $(LIBLTDL)
260 > ircd_DEPENDENCIES = $(LIBLTDL)
261   ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
262          dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
263          hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \

Diff Legend

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