X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=test%2FMakefile.am;h=ba61641f9891f346e6ce2a97778d27f57802a7e9;hp=d6d65fc8f81be0ed175ec3a9027316f48d1a4ab4;hb=e398b84ba34f0290e21830e36ff40719e2ec7125;hpb=7c0ee313562b34063142ae05442ed39978a120fa diff --git a/test/Makefile.am b/test/Makefile.am index d6d65fc..ba61641 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,12 +1,18 @@ # # Makefile.am: # -# Copyright (c) 2008 James McKenzie , +# 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 *** +# +# Revision 1.2 2008/02/04 11:30:57 james +# *** empty log message *** # -# $Log$ # 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