0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 18:18:35 +02:00
construct/ssld/Makefile.am
2016-07-22 19:46:28 -07:00

19 lines
216 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@BOOST_CPPFLAGS@
AM_LDFLAGS = \
-L$(top_srcdir)/rb \
@BOOST_LDFLAGS@
bin_PROGRAMS = ssld
ssld_LDADD = \
-lrb \
@ZLIB_LD@ \
@BOOST_LIBS@
ssld_SOURCES = \
ssld.cc