diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-22 14:18:43 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-22 14:18:43 +0000 |
commit | 510b589bc4ff4c1c3937eaa0d46f15074e07346b (patch) | |
tree | 3c2219607f3629abdfb492a633e84142fa38b6f2 /ACE/apps/JAWS/clients | |
parent | 13d9a5c529a8159c13d82e7d16a764d674cfa4da (diff) | |
download | ATCD-510b589bc4ff4c1c3937eaa0d46f15074e07346b.tar.gz |
ChangeLogTag: Wed Nov 22 14:10:08 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/apps/JAWS/clients')
-rw-r--r-- | ACE/apps/JAWS/clients/Blobby/Makefile.am | 2 | ||||
-rw-r--r-- | ACE/apps/JAWS/clients/Caching/Makefile.am | 15 | ||||
-rw-r--r-- | ACE/apps/JAWS/clients/Makefile.am | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/ACE/apps/JAWS/clients/Blobby/Makefile.am b/ACE/apps/JAWS/clients/Blobby/Makefile.am index e3846028703..a8f473c45a9 100644 --- a/ACE/apps/JAWS/clients/Blobby/Makefile.am +++ b/ACE/apps/JAWS/clients/Blobby/Makefile.am @@ -6,7 +6,7 @@ ## this file will be lost the next time it is generated. ## ## MPC Command: -## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +## ./bin/mwc.pl -type automake -noreldefs ACE.mwc ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) diff --git a/ACE/apps/JAWS/clients/Caching/Makefile.am b/ACE/apps/JAWS/clients/Caching/Makefile.am index ba2cde63635..1e37c329085 100644 --- a/ACE/apps/JAWS/clients/Caching/Makefile.am +++ b/ACE/apps/JAWS/clients/Caching/Makefile.am @@ -6,7 +6,7 @@ ## this file will be lost the next time it is generated. ## ## MPC Command: -## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +## ./bin/mwc.pl -type automake -noreldefs ACE.mwc ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) @@ -16,22 +16,23 @@ ACE_ROOT = $(top_srcdir) if BUILD_ACE_FILECACHE if !BUILD_ACE_FOR_TAO -noinst_LTLIBRARIES = libhttp_client.la +noinst_PROGRAMS = http_client -libhttp_client_la_CPPFLAGS = \ +http_client_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR) -libhttp_client_la_SOURCES = \ +http_client_SOURCES = \ http_client.cpp \ - http_handler.cpp - -noinst_HEADERS = \ + http_handler.cpp \ Local_Locator.inl \ Locator_Request_Reply.inl \ URL_Properties.inl \ http_handler.h +http_client_LDADD = \ + $(ACE_BUILDDIR)/ace/libACE.la + endif !BUILD_ACE_FOR_TAO endif BUILD_ACE_FILECACHE diff --git a/ACE/apps/JAWS/clients/Makefile.am b/ACE/apps/JAWS/clients/Makefile.am index 6f338fd5cc8..76571aa387d 100644 --- a/ACE/apps/JAWS/clients/Makefile.am +++ b/ACE/apps/JAWS/clients/Makefile.am @@ -6,7 +6,7 @@ ## this file will be lost the next time it is generated. ## ## MPC Command: -## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +## ./bin/mwc.pl -type automake -noreldefs ACE.mwc SUBDIRS = \ Blobby \ |