From 6856413a7159562096efd5d54046ed9ae08c3d9a Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Tue, 27 Aug 2002 15:25:06 +0000 Subject: [PATCH] removing mains from aut library --- alliance/src/aut/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alliance/src/aut/src/Makefile.am b/alliance/src/aut/src/Makefile.am index 882c5247..eb00770c 100644 --- a/alliance/src/aut/src/Makefile.am +++ b/alliance/src/aut/src/Makefile.am @@ -4,6 +4,6 @@ include_HEADERS = aut.h libAut_a_SOURCES = autenv.h autfree.h authash2.h autsort.h \ autalloc.c auterror.c autgraph.c autname.c auttest.c \ autalloc.h auterror.h autgraph.h autname.h auttest.h \ -autdebug.c autexit.c authash.c autresize.c main.c \ -autdebug.h autexit.h authash.h autresize.h testhash.c \ +autdebug.c autexit.c authash.c autresize.c \ +autdebug.h autexit.h authash.h autresize.h \ autenv.c autfree.c authash2.c autsort.c