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

12 lines
284 B
Text
Raw Normal View History

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