Fix source distribution build scripts, add missing files to the dist targets.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3cdc93215b
commit
90b55b9370
25 changed files with 134 additions and 39 deletions
|
|
@ -16,10 +16,10 @@
|
|||
# under the License.
|
||||
|
||||
|
||||
sample_SCRIPTS = start stop ssl-start
|
||||
dist_sample_SCRIPTS = start stop ssl-start
|
||||
sampledir = $(prefix)/samples/store-cpp
|
||||
|
||||
nobase_sample_DATA = currency-converter.cpp fruits-catalog.cpp shopping-cart.cpp store.composite htdocs/*
|
||||
nobase_dist_sample_DATA = currency-converter.cpp fruits-catalog.cpp shopping-cart.cpp store.composite htdocs/.htaccess htdocs/*.html htdocs/*.js
|
||||
|
||||
sample_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
|
||||
|
||||
|
|
@ -29,4 +29,5 @@ libfruits_catalog_la_SOURCES = fruits-catalog.cpp
|
|||
|
||||
libshopping_cart_la_SOURCES = shopping-cart.cpp
|
||||
|
||||
dist_noinst_SCRIPTS = server-test
|
||||
TESTS = server-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue