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.3/src/Makefile.in (file contents):
Revision 1043 by michael, Thu Dec 10 13:05:19 2009 UTC vs.
Revision 1094 by michael, Sun Jun 13 10:09:34 2010 UTC

# Line 232 | Line 232 | libdir = @libdir@
232   libexecdir = @libexecdir@
233   localedir = @localedir@
234   localstatedir = @localstatedir@
235 lt_ECHO = @lt_ECHO@
235   ltdl_LIBOBJS = @ltdl_LIBOBJS@
236   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
237   mandir = @mandir@
# Line 245 | Line 244 | psdir = @psdir@
244   sbindir = @sbindir@
245   sharedstatedir = @sharedstatedir@
246   srcdir = @srcdir@
248 subdirs = @subdirs@
247   sys_symbol_underscore = @sys_symbol_underscore@
248   sysconfdir = @sysconfdir@
249   target_alias = @target_alias@
# Line 254 | Line 252 | top_builddir = @top_builddir@
252   top_srcdir = @top_srcdir@
253   AUTOMAKE_OPTIONS = foreign
254   AM_YFLAGS = -d
255 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include
255 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
256   ircd_LDFLAGS = -export-dynamic
257   ircd_LDADD = $(LIBLTDL)
258 < ircd_DEPENDENCIES = $(LIBLTDL)
258 > ircd_DEPENDENCIES = $(LTDLDEPS)
259   ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
260          dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
261          hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \

Diff Legend

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