AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS) noinst_LTLIBRARIES = libagent.la libagent_la_SOURCES = agent.h agent.c check_PROGRAMS = test test-readline test-util test_LDADD = libagent.la $(GLIB_LIBS) test_readline_SOURCES = test-readline.c readline.h readline.c test_readline_LDADD = $(GLIB_LIBS) test_util_SOURCES = test-util.c util.h util.c test_util_LDADD = libagent.la $(GLIB_LIBS) TESTS = test test-readline test-util