From e57c0473bd02a8ae5889156e5ea02051efe14b5a Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 24 Aug 2009 06:54:50 +0000 Subject: Restored Linux Autoconf build files from 1.0-M3 tag to get the SCA build working again on Linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807101 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/samples/RestCustomer/httpserver/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cpp/sca/samples/RestCustomer/httpserver/Makefile.am (limited to 'cpp/sca/samples/RestCustomer/httpserver') diff --git a/cpp/sca/samples/RestCustomer/httpserver/Makefile.am b/cpp/sca/samples/RestCustomer/httpserver/Makefile.am new file mode 100644 index 0000000000..af8c0bb550 --- /dev/null +++ b/cpp/sca/samples/RestCustomer/httpserver/Makefile.am @@ -0,0 +1,6 @@ +deploydir=$(prefix)/RestCustomer/deploy +serverdir=$(deploydir)/httpserver + +server_SCRIPTS = startserver.sh stopserver.sh +EXTRA_DIST = startserver.sh stopserver.sh conf htdocs +nobase_server_DATA = conf/httpd.conf conf/mime.types htdocs/index.html -- cgit v1.2.3