|
@@ -5,20 +5,24 @@ LIBGEARMAN_1_0_CLIENT_LDADD= \
|
|
|
libtest/libtest.la \
|
|
|
tests/libstartworker.la
|
|
|
|
|
|
-tests_libgearman_1_0_client_test_SOURCES= \
|
|
|
- tests/libgearman-1.0/client_test.cc \
|
|
|
- tests/libgearman-1.0/do.cc \
|
|
|
- tests/libgearman-1.0/do_background.cc \
|
|
|
- tests/libgearman-1.0/execute.cc \
|
|
|
- tests/libgearman-1.0/gearman_client_do_job_handle.cc \
|
|
|
- tests/libgearman-1.0/gearman_execute_partition.cc \
|
|
|
- tests/libgearman-1.0/limits.cc \
|
|
|
- tests/libgearman-1.0/protocol.cc \
|
|
|
- tests/libgearman-1.0/server_options.cc \
|
|
|
- tests/libgearman-1.0/task.cc \
|
|
|
- tests/libgearman-1.0/unique.cc \
|
|
|
- tests/libgearman-1.0/workers.cc \
|
|
|
- tests/libgearman-1.0/workers_v1.cc
|
|
|
+tests_libgearman_1_0_client_test_CXXFLAGS=
|
|
|
+tests_libgearman_1_0_client_test_SOURCES=
|
|
|
+
|
|
|
+tests_libgearman_1_0_client_test_CXXFLAGS+= $(BOOST_CPPFLAGS)
|
|
|
+tests_libgearman_1_0_client_test_SOURCES+= \
|
|
|
+ tests/libgearman-1.0/client_test.cc \
|
|
|
+ tests/libgearman-1.0/do.cc \
|
|
|
+ tests/libgearman-1.0/do_background.cc \
|
|
|
+ tests/libgearman-1.0/execute.cc \
|
|
|
+ tests/libgearman-1.0/gearman_client_do_job_handle.cc \
|
|
|
+ tests/libgearman-1.0/gearman_execute_partition.cc \
|
|
|
+ tests/libgearman-1.0/limits.cc \
|
|
|
+ tests/libgearman-1.0/protocol.cc \
|
|
|
+ tests/libgearman-1.0/server_options.cc \
|
|
|
+ tests/libgearman-1.0/task.cc \
|
|
|
+ tests/libgearman-1.0/unique.cc \
|
|
|
+ tests/libgearman-1.0/workers.cc \
|
|
|
+ tests/libgearman-1.0/workers_v1.cc
|
|
|
tests_libgearman_1_0_client_test_DEPENDENCIES= ${LIBGEARMAN_1_0_CLIENT_LDADD} gearmand/gearmand
|
|
|
tests_libgearman_1_0_client_test_LDADD= ${LIBGEARMAN_1_0_CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/libgearman-1.0/client_test
|