1AM_CXXFLAGS = -I$(top_srcdir)/src \
2	      -isystem$(top_srcdir) \
3	      -Wno-unused-parameter
4
5noinst_PROGRAMS = test_contrib
6
7test_contrib_SOURCES = test_tem.cpp
8test_contrib_LDADD = ../../libebus.a ../libebuscontrib.a -lpthread
9
10distclean-local:
11	-rm -f Makefile.in
12	-rm -rf .libs
13