X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test%2FMakefile.am;h=336a063cafcc718358309fc5cc386d78b1e5152f;hb=f5b50d6c0e974bd0b407b3032c0895f29855d29d;hp=d6d65fc8f81be0ed175ec3a9027316f48d1a4ab4;hpb=7c0ee313562b34063142ae05442ed39978a120fa;p=sympathy.git diff --git a/test/Makefile.am b/test/Makefile.am index d6d65fc..336a063 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,12 @@ # $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 *** +# # Revision 1.1 2008/02/03 16:20:24 james # *** empty log message *** # @@ -15,10 +21,12 @@ INCLUDES = -I$(srcdir)/../src -noinst_PROGRAMS = test +noinst_PROGRAMS = test xn + +xn_SOURCES=xn.c test_SOURCES = test.c -test_LDADD = ../src/libsympathy.a +test_LDADD = ../src/libsympathy.a -lutil AM_CFLAGS=-g