# # 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