0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 17:25:41 +02:00
construct/wsockd/Makefile.am

19 lines
221 B
Makefile
Raw Normal View History

2016-07-20 20:55:46 +02:00
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@BOOST_CPPFLAGS@
AM_LDFLAGS = \
-L$(top_srcdir)/rb \
@BOOST_LDFLAGS@
2016-07-20 20:55:46 +02:00
bin_PROGRAMS = wsockd
wsockd_LDADD = \
-lrb \
@BOOST_LIBS@
2016-07-20 20:55:46 +02:00
wsockd_SOURCES = \
wsockd.cc \
sha1.c