0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-26 20:38:37 +02:00
construct/wsockd/Makefile.am
2016-07-22 19:46:28 -07:00

19 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