aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: a91ca3b2fa711258398f6bb11a57f478cf70c9cc (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
#
# Makefile.am:
#
# Copyright (c) 2009 James McKenzie <20@madingley.org>,
# All rights reserved.
#
# $Id$
#
# $Log$
# Revision 1.1  2009/02/08 16:25:32  root
# *** empty log message ***
#
#
#

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

noinst_PROGRAMS = test

test_SOURCES = test.c
test_LDADD = ../src/libjwg.a  

AM_CFLAGS=-g