Changeset - 8f259fc648f4
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-30 00:03:38
ohnobinki@ohnopublishing.net
fixed tests to use correct lib
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tests/Makefile.am
Show inline comments
 
@@ -2,4 +2,4 @@ TESTS=check_execio
 
check_PROGRAMS=check_execio
 
check_execio_SOURCES = check_execio.c
 
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
 
check_execio_LDADD = $(top_builddir)/src/common/libdistren.la @CHECK_LIBS@
 
check_execio_LDADD = $(top_builddir)/src/common/libdistrencommon.la @CHECK_LIBS@
0 comments (0 inline, 0 general)