From 4163308ecae26c76d22e4cc80d8bae729b06b94f Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 3 Feb 2008 16:20:24 +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..d6d65fc --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,25 @@ +# +# Makefile.am: +# +# Copyright (c) 2008 James McKenzie , +# All rights reserved. +# +# $Id$ +# +# $Log$ +# Revision 1.1 2008/02/03 16:20:24 james +# *** empty log message *** +# +# +# + +INCLUDES = -I$(srcdir)/../src + +noinst_PROGRAMS = test + +test_SOURCES = test.c +test_LDADD = ../src/libsympathy.a + +AM_CFLAGS=-g + + -- cgit v1.2.3