Make phtread a non-optional requirement
This commit is contained in:
parent
2c864a296c
commit
1a95b536de
4 changed files with 3 additions and 34 deletions
|
@ -10,9 +10,7 @@ echo_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
|||
echo-server-glue.h: echo-introspect.xml
|
||||
$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
|
||||
|
||||
if HAVE_PTHREAD
|
||||
noinst_PROGRAMS += echo-client-mt
|
||||
endif
|
||||
|
||||
echo_client_mt_SOURCES = echo-client-glue.h echo-client.h echo-client.cpp
|
||||
echo_client_mt_LDADD = $(top_builddir)/src/libdbus-c++-1.la -lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue