X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=test%2FMakefile.am;h=3398ca5a64d58c0a74d5f06d9e093def1d266efc;hp=d6d65fc8f81be0ed175ec3a9027316f48d1a4ab4;hb=49863ffc5bcc59630a8bd168cb55fdb6ad32d691;hpb=9a3dd4b46f33152193a66494495b5ba64f294840 diff --git a/test/Makefile.am b/test/Makefile.am index d6d65fc..3398ca5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,9 @@ # $Id$ # # $Log$ +# Revision 1.2 2008/02/04 11:30:57 james +# *** empty log message *** +# # Revision 1.1 2008/02/03 16:20:24 james # *** empty log message *** # @@ -18,7 +21,7 @@ INCLUDES = -I$(srcdir)/../src noinst_PROGRAMS = test test_SOURCES = test.c -test_LDADD = ../src/libsympathy.a +test_LDADD = ../src/libsympathy.a -lutil AM_CFLAGS=-g