2 # Copyright (C) 2011 Data Differential (http://datadifferential.com/)
5 # Use and distribution licensed under the BSD license. See
6 # the COPYING file in the parent directory for full text.
8 # included from Top Level Makefile.am
9 # All paths should be given relative to the root
12 LIBUTEST_TMP = ${abs_top_builddir}/tests/var/tmp/
24 noinst_LTLIBRARIES+= libtest/libserver.la
25 libtest_libserver_la_SOURCES= libtest/server.c
27 noinst_LTLIBRARIES+= libtest/libtest.la
28 libtest_libtest_la_SOURCES=\
30 libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION}
31 libtest_libtest_la_CPPFLAGS= ${AM_CPPFLAGS}
33 tests/var: tests/var/log tests/var/tmp
37 $(mkdir_p) tests/var/log
40 $(mkdir_p) tests/var/tmp