summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/clients/Tokens
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/netsvcs/clients/Tokens')
-rw-r--r--ACE/netsvcs/clients/Tokens/collection/Makefile.am2
-rw-r--r--ACE/netsvcs/clients/Tokens/deadlock/Makefile.am2
-rw-r--r--ACE/netsvcs/clients/Tokens/invariant/Makefile.am2
-rw-r--r--ACE/netsvcs/clients/Tokens/manual/Makefile.am2
-rw-r--r--ACE/netsvcs/clients/Tokens/mutex/Makefile.am2
-rw-r--r--ACE/netsvcs/clients/Tokens/rw_lock/Makefile.am2
6 files changed, 6 insertions, 6 deletions
diff --git a/ACE/netsvcs/clients/Tokens/collection/Makefile.am b/ACE/netsvcs/clients/Tokens/collection/Makefile.am
index d2aa7bf8c1b..9d3fbcc5ddd 100644
--- a/ACE/netsvcs/clients/Tokens/collection/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/collection/Makefile.am
@@ -15,4 +15,4 @@ noinst_PROGRAMS = \
collection_SOURCES = collection.cpp
collection_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la
diff --git a/ACE/netsvcs/clients/Tokens/deadlock/Makefile.am b/ACE/netsvcs/clients/Tokens/deadlock/Makefile.am
index 5e25ccd0fb3..d995e71620b 100644
--- a/ACE/netsvcs/clients/Tokens/deadlock/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/deadlock/Makefile.am
@@ -16,4 +16,4 @@ noinst_PROGRAMS = \
deadlock_detection_test_SOURCES = deadlock_detection_test.cpp
deadlock_detection_test_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la
diff --git a/ACE/netsvcs/clients/Tokens/invariant/Makefile.am b/ACE/netsvcs/clients/Tokens/invariant/Makefile.am
index 83b621b5a42..37817911015 100644
--- a/ACE/netsvcs/clients/Tokens/invariant/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/invariant/Makefile.am
@@ -16,5 +16,5 @@ noinst_PROGRAMS = \
invariant_SOURCES = invariant.cpp
invariant_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la
diff --git a/ACE/netsvcs/clients/Tokens/manual/Makefile.am b/ACE/netsvcs/clients/Tokens/manual/Makefile.am
index 4a2cbf60788..b2945a96bd3 100644
--- a/ACE/netsvcs/clients/Tokens/manual/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/manual/Makefile.am
@@ -16,7 +16,7 @@ noinst_PROGRAMS = \
manual_SOURCES = manual.cpp
manual_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la
## Clean up template repositories, etc.
clean-local:
diff --git a/ACE/netsvcs/clients/Tokens/mutex/Makefile.am b/ACE/netsvcs/clients/Tokens/mutex/Makefile.am
index 56dd1efccf2..63d02af7d97 100644
--- a/ACE/netsvcs/clients/Tokens/mutex/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/mutex/Makefile.am
@@ -16,6 +16,6 @@ noinst_PROGRAMS = \
test_mutex_SOURCES = test_mutex.cpp
test_mutex_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la
diff --git a/ACE/netsvcs/clients/Tokens/rw_lock/Makefile.am b/ACE/netsvcs/clients/Tokens/rw_lock/Makefile.am
index 972d8a64faa..265a3a09558 100644
--- a/ACE/netsvcs/clients/Tokens/rw_lock/Makefile.am
+++ b/ACE/netsvcs/clients/Tokens/rw_lock/Makefile.am
@@ -16,5 +16,5 @@ noinst_PROGRAMS = \
rw_locks_SOURCES = rw_locks.cpp
rw_locks_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/$(ACE_BUILDDIR)/ace/libACE.la
+ $(top_builddir)/ace/libACE.la