0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-18 14:38:55 +02:00
construct/wsockd/Makefile.am
Jason Volk ea53aab823 Refactor repository layout.
* 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.
2016-07-21 20:51:02 -07:00

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