From a69534fc217666d53a418605de0ebb0879cbb2f7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 Oct 2004 11:22:49 +0000 Subject: * Drop ATmake / ATMatcher also in handling store expressions. --- src/libutil/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libutil/Makefile.am') diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index bd19bfa83a15..a7ff1b6e0358 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -4,10 +4,3 @@ libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh AM_CXXFLAGS = -Wall -I.. ${aterm_include} - -check_PROGRAMS = test-aterm - -test_aterm_SOURCES = test-aterm.cc -test_aterm_LDADD = ./libutil.a ../boost/format/libformat.a \ - ${aterm_lib} - -- cgit 1.4.1