mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
18 lines
221 B
Makefile
18 lines
221 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/include \
|
|
@BOOST_CPPFLAGS@
|
|
|
|
AM_LDFLAGS = \
|
|
-L$(top_srcdir)/rb \
|
|
@BOOST_LDFLAGS@
|
|
|
|
|
|
bin_PROGRAMS = wsockd
|
|
|
|
wsockd_LDADD = \
|
|
-lrb \
|
|
@BOOST_LIBS@
|
|
|
|
wsockd_SOURCES = \
|
|
wsockd.cc \
|
|
sha1.c
|