Remove the IDEA test case.
authormdw <mdw>
Thu, 18 Jun 1998 15:52:05 +0000 (15:52 +0000)
committermdw <mdw>
Thu, 18 Jun 1998 15:52:05 +0000 (15:52 +0000)
src/Makefile.am

index 99e9583..70b1d71 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.10 1998/04/23 13:17:17 mdw Exp $
+## $Id: Makefile.am,v 1.11 1998/06/18 15:52:05 mdw Exp $
 ##
 ## Makefile for `become'
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.11  1998/06/18 15:52:05  mdw
+## Remove the IDEA test case.
+##
 ## Revision 1.10  1998/04/23 13:17:17  mdw
 ## New program `bcquery', and `ypstuff' module added.
 ##
@@ -162,8 +165,6 @@ crypt-test: crypt.tro libbcm.a
        $(LINK) crypt.tro libbcm.a $(LIBS)
 blowfish-test: blowfish.tro libbcm.a
        $(LINK) blowfish.tro libbcm.a $(LIBS)
-idea-test: idea.tro libbcm.a
-       $(LINK) idea.tro libbcm.a $(LIBS)
 md5-test: md5.tro libbcm.a
        $(LINK) md5.tro libbcm.a $(LIBS)
 netg-test: netg.tro libbcm.a