| 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 \ |