diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-29T11·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-29T11·22+0000 |
commit | a69534fc217666d53a418605de0ebb0879cbb2f7 (patch) | |
tree | b91bc4123796ff607c0c0b3861fe45ed37028bf3 /src/libutil/Makefile.am | |
parent | ed09821859e8e585c8479a3c3bf95e76d518d66f (diff) |
* Drop ATmake / ATMatcher also in handling store expressions.
Diffstat (limited to 'src/libutil/Makefile.am')
-rw-r--r-- | src/libutil/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
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} - |