From 5d3e093d432a31fb8a8267cbf30f1ed892f49508 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 16:25:32 +0000 Subject: *** empty log message *** --- test/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..a91ca3b --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,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 + + -- cgit v1.2.3