diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-30 03:32:37 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-30 03:32:37 +0000 |
commit | 90b55b93704adb3e1fac59d58c2d644d37537bc9 (patch) | |
tree | c35f9d4d69789ab45343439044daf9849d1eb4ff /sca-cpp/trunk/modules/http | |
parent | 3cdc93215b4b0be782060438eec8c20b9c5152ce (diff) |
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
Diffstat (limited to 'sca-cpp/trunk/modules/http')
-rw-r--r-- | sca-cpp/trunk/modules/http/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/http/Makefile.am b/sca-cpp/trunk/modules/http/Makefile.am index 04a60dbd0d..724d001cb8 100644 --- a/sca-cpp/trunk/modules/http/Makefile.am +++ b/sca-cpp/trunk/modules/http/Makefile.am @@ -17,19 +17,22 @@ INCLUDES = -I${HTTPD_INCLUDE} -mod_SCRIPTS = httpd-conf httpd-start httpd-stop httpd-restart httpd-ca-conf httpd-cert-conf httpd-ssl-conf +dist_mod_SCRIPTS = httpd-conf httpd-start httpd-stop httpd-restart httpd-ca-conf httpd-cert-conf httpd-ssl-conf moddir=$(prefix)/modules/http curl_test_SOURCES = curl-test.cpp curl_test_LDFLAGS = -lxml2 -lcurl -lmozjs mod_DATA = httpd.prefix curl.prefix -nobase_mod_DATA = conf/* +nobase_dist_mod_DATA = conf/* + +EXTRA_DIST = htdocs/index.html httpd.prefix: $(top_builddir)/config.status echo ${HTTPD_PREFIX} >httpd.prefix curl.prefix: $(top_builddir)/config.status echo ${CURL_PREFIX} >curl.prefix +dist_noinst_SCRIPTS = httpd-test http-test noinst_PROGRAMS = curl-test TESTS = httpd-test http-test |