Move testing framework out to its own library.
[awesomized/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/server.h \
13 libtest/test.h
14
15 noinst_LTLIBRARIES+= libtest/libserver.la
16 libtest_libserver_la_SOURCES= libtest/server.c
17
18 noinst_LTLIBRARIES+= libtest/libtest.la
19 libtest_libtest_la_SOURCES= libtest/test.c
20