chiark / gitweb /
*** empty log message ***
[sympathy.git] / test / Makefile.am
1 #
2 # Makefile.am:
3 #
4 # Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5 # All rights reserved.
6 #
7 # $Id$
8 #
9 # $Log$
10 # Revision 1.1  2008/02/03 16:20:24  james
11 # *** empty log message ***
12 #
13 #
14 #
15
16 INCLUDES = -I$(srcdir)/../src 
17
18 noinst_PROGRAMS = test
19
20 test_SOURCES = test.c
21 test_LDADD = ../src/libsympathy.a  
22
23 AM_CFLAGS=-g
24
25