aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 336a063cafcc718358309fc5cc386d78b1e5152f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Makefile.am:
#
# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
# All rights reserved.
#
# $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 ***
#
#
#

INCLUDES = -I$(srcdir)/../src 

noinst_PROGRAMS = test xn

xn_SOURCES=xn.c

test_SOURCES = test.c
test_LDADD = ../src/libsympathy.a   -lutil

AM_CFLAGS=-g