summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-06-20 20:27:42 +0000
committerSteve Huston <shuston@riverace.com>2006-06-20 20:27:42 +0000
commit423dc55d5b057238bc252b4b495c9f8b7ff86e45 (patch)
treedb38a03869e8343a94caf9a6f7cf9f280df77d55 /apps/JAWS/clients/Caching
parent3a04881f02f1335ce67d8868de355ddd42e7153d (diff)
downloadATCD-423dc55d5b057238bc252b4b495c9f8b7ff86e45.tar.gz
ChangeLogTag:Tue Jun 20 20:19:37 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps/JAWS/clients/Caching')
-rw-r--r--apps/JAWS/clients/Caching/Makefile.am21
1 files changed, 11 insertions, 10 deletions
diff --git a/apps/JAWS/clients/Caching/Makefile.am b/apps/JAWS/clients/Caching/Makefile.am
index 94aeac878e0..d7f00231ad6 100644
--- a/apps/JAWS/clients/Caching/Makefile.am
+++ b/apps/JAWS/clients/Caching/Makefile.am
@@ -11,27 +11,28 @@
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
-noinst_PROGRAMS =
+
## Makefile.http_client.am
if BUILD_ACE_FILECACHE
-noinst_PROGRAMS += http_client
+if !BUILD_ACE_FOR_TAO
+noinst_LTLIBRARIES = libhttp_client.la
-http_client_CPPFLAGS = \
+libhttp_client_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR)
-http_client_SOURCES = \
+libhttp_client_la_SOURCES = \
http_client.cpp \
- http_handler.cpp \
- http_handler.h \
+ http_handler.cpp
+
+noinst_HEADERS = \
Local_Locator.i \
Locator_Request_Reply.i \
- URL_Properties.i
-
-http_client_LDADD = \
- $(top_builddir)/ace/libACE.la
+ URL_Properties.i \
+ http_handler.h
+endif !BUILD_ACE_FOR_TAO
endif BUILD_ACE_FILECACHE
## Clean up template repositories, etc.