summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sca/runtime/core/test/CustomerInfo/Makefile.am
blob: b533c6cdb8ca28a19d36c265d16dde7ace12a4c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib_LTLIBRARIES = libCustomerInfo.la

libCustomerInfo_la_SOURCES = \
CustomerInfoImpl.cpp \
CustomerInfoImpl_CustomerInfoService_Proxy.cpp \
CustomerInfoImpl_CustomerInfoService_Wrapper.cpp

libCustomerInfo_la_LIBADD =

INCLUDES = -I$(top_builddir)/runtime/core/src \
           -I${TUSCANY_SDOCPP}/include \
           -I${AXISCPP_DEPLOY}/include
                      
install: