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

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

noinst_HEADERS = *.h

libCustomerInfo_la_LIBADD =

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