Rename Msg_Thread to ThreadPoolSocketObserver. Rename IMsg_Thread
[metaproxy-moved-to-github.git] / src / Makefile.am
1 ## $Id: Makefile.am,v 1.4 2005-10-06 19:33:58 adam Exp $
2
3 AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS) $(USEMARCONINC)
4
5 bin_PROGRAMS =
6 check_PROGRAMS = test_filter1 test_filter2 test_thread_pool_observer
7 noinst_PROGRAMS =  p2 design
8
9 TESTS=$(check_PROGRAMS)
10
11 design_SOURCES=design.h  design_main.cpp
12
13 test_filter1_SOURCES=test_filter1.cpp
14 test_filter2_SOURCES=test_filter2.cpp
15
16 p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \
17  p2_config.cpp p2_config.h \
18  p2_backend.h p2_backend_dummy.cpp \
19  p2_modules.cpp p2_modules.h \
20  p2_xmlerror.cpp p2_xmlerror.h \
21  thread_pool_observer.cpp thread_pool_observer.h
22
23 test_thread_pool_observer_SOURCES = test_thread_pool_observer.cpp \
24  thread_pool_observer.cpp thread_pool_observer.h
25
26 LDADD= $(YAZPPLALIB) $(XSLT_LIBS) $(USEMARCONLALIB)
27
28
29 # Modules