X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=test%2FMakefile.am;h=6653dc3d01f102e13ca3edf9f6d79734804836a9;hp=3398ca5a64d58c0a74d5f06d9e093def1d266efc;hb=d3a389bb8820859175314ef2f329d863d31d2b3f;hpb=49863ffc5bcc59630a8bd168cb55fdb6ad32d691 diff --git a/test/Makefile.am b/test/Makefile.am index 3398ca5..6653dc3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,9 +4,12 @@ # Copyright (c) 2008 James McKenzie , # All rights reserved. # -# $Id$ +# $Id: Makefile.am,v 1.3 2008/02/06 15:53:22 james Exp $ +# +# $Log: Makefile.am,v $ +# Revision 1.3 2008/02/06 15:53:22 james +# *** empty log message *** # -# $Log$ # 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