0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-16 23:10:54 +01:00
construct/wsockd/Makefile.am
Jason Volk 834964c659 Convert IRCd to C++
Happy 28th birthday. You're all grown up.
2016-07-22 19:46:27 -07:00

11 lines
284 B
Makefile

bin_PROGRAMS = wsockd
AM_CPPFLAGS = $(WARNFLAGS)
AM_CPPFLAGS += -isystem $(top_srcdir)/boost/include
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_LDFLAGS = -L$(top_srcdir)/rb
AM_LDFLAGS += -L$(top_srcdir)/boost/lib
wsockd_SOURCES = wsockd.cc sha1.c
wsockd_LDADD = -lrb -lboost_system