Merge in all scanner tree + virtual buckets.
[m6w6/libmemcached] / libtest / include.am
1 # vim:ft=automake
2 # Copyright (C) 2011 Data Differential (http://datadifferential.com/)
3 # All rights reserved.
4 #
5 # Use and distribution licensed under the BSD license. See
6 # the COPYING file in the parent directory for full text.
7 #
8 # included from Top Level Makefile.am
9 # All paths should be given relative to the root
10
11 noinst_HEADERS+= \
12 libtest/failed.h \
13 libtest/server.h \
14 libtest/test.h \
15 libtest/visibility.h
16
17 noinst_LTLIBRARIES+= libtest/libserver.la
18 libtest_libserver_la_SOURCES= libtest/server.c
19
20 noinst_LTLIBRARIES+= libtest/libtest.la
21 libtest_libtest_la_SOURCES=\
22 libtest/test.c
23 libtest_libtest_la_CFLAGS= ${AM_CFLAGS} ${NO_CONVERSION}
24 libtest_libtest_la_CPPFLAGS= ${AM_CPPFLAGS}
25