mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 04:18:55 +01:00
ea53aab823
* librb is no longer a separately configured subproject. * charybdis is now a standalone directory with a binary. * Include path layout now requires a directory ircd/ rb/ etc.
7 lines
159 B
Makefile
7 lines
159 B
Makefile
bin_PROGRAMS = wsockd
|
|
AM_CFLAGS=$(WARNFLAGS)
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
wsockd_SOURCES = wsockd.c sha1.c
|
|
wsockd_LDADD = $(top_srcdir)/rb/librb.la
|