We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6040421 commit 6c2c918Copy full SHA for 6c2c918
examples/Makefile.am
@@ -41,6 +41,13 @@ example_client_SOURCES = examples/example-client.c
41
example_client_CFLAGS = $(EXAMPLE_CFLAGS)
42
example_client_LDADD = $(EXAMPLE_LDADD)
43
44
+EXAMPLE_POOL_LDADD =
45
+EXAMPLE_POOL_CFLAGS =
46
+if EXPLICIT_LIBS
47
+EXAMPLE_POOL_LDADD += $(PTHREAD_LIBS)
48
+EXAMPLE_POOL_CFLAGS += $(PTHREAD_CFLAGS)
49
+endif
50
+
51
noinst_PROGRAMS += example-pool
52
example_pool_SOURCES = examples/example-pool.c
53
example_pool_CFLAGS = $(EXAMPLE_CFLAGS) $(EXAMPLE_POOL_CFLAGS)
0 commit comments