X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test%2FMakefile.am;h=336a063cafcc718358309fc5cc386d78b1e5152f;hb=0811309bdec5ebb179d6056005f94c585b8fc8fd;hp=3398ca5a64d58c0a74d5f06d9e093def1d266efc;hpb=49863ffc5bcc59630a8bd168cb55fdb6ad32d691;p=sympathy.git diff --git a/test/Makefile.am b/test/Makefile.am index 3398ca5..336a063 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,9 @@ # $Id$ # # $Log$ +# Revision 1.3 2008/02/06 15:53:22 james +# *** empty log message *** +# # Revision 1.2 2008/02/04 11:30:57 james # *** empty log message *** # @@ -18,7 +21,9 @@ INCLUDES = -I$(srcdir)/../src -noinst_PROGRAMS = test +noinst_PROGRAMS = test xn + +xn_SOURCES=xn.c test_SOURCES = test.c test_LDADD = ../src/libsympathy.a -lutil