diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-30 00:42:20 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-30 00:42:20 +0000 |
commit | a502c20f35c29cd8ef1ed1b2a0edd52ec9b77978 (patch) | |
tree | 0110bc3a1d25c58c147fe5cb14f03dcd5c183ebd /tests/Makefile.am | |
parent | 6192522c57106ef44a157743f475b7e48f97f7eb (diff) | |
download | ATCD-a502c20f35c29cd8ef1ed1b2a0edd52ec9b77978.tar.gz |
ChangeLogTag:Fri May 30 00:24:05 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3a730f32e22..2060e28f099 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ libdir = $(shell pwd) ## ## We override the "LIBS" variable provided by the configure script since ## we should only need to link against the ACE library for these tests. -LDADD = $(top_builddir)/ace/libACE.la $(libdir)/libTest_Output.la +LDADD = $(libdir)/libTest_Output.la $(top_builddir)/ace/libACE.la ##LIBS = $(top_builddir)/ace/libACE.la noinst_SCRIPTS = \ |