Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eef73b80c
commit
e5a49fff24
45 changed files with 275 additions and 115 deletions
|
|
@ -15,8 +15,12 @@
|
|||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
noinst_PROGRAMS = script-test
|
||||
sample_SCRIPTS = start stop ssl-start
|
||||
sampledir = $(prefix)/samples/store-scheme
|
||||
|
||||
nobase_sample_DATA = currency-converter.scm fruits-catalog.scm shopping-cart.scm store.scm store.composite htdocs/*
|
||||
|
||||
noinst_PROGRAMS = script-test
|
||||
script_test_SOURCES = script-test.cpp
|
||||
script_test_LDFLAGS = -lxml2 -lmozjs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue