tests/Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sat, 21 Jun 2008 16:49:33 +0200
changeset 418 a8af09193258
parent 398 d81f80894575
child 524 8835e4566b3a
permissions -rw-r--r--
Removed the old tmpl files

include $(top_srcdir)/Makefile.decl

SUBDIRS = parser-tests

noinst_PROGRAMS = $(TEST_PROGS)
TEST_PROGS = 

TEST_PROGS += test-parser
test_parser_SOURCES =                         \
	test-parser.c

AM_CPPFLAGS =                                 \
	-I.                                   \
	-I$(top_srcdir)                       \
	-DLM_COMPILATION                      \
	-DRUNTIME_ENDIAN                      \
	$(LOUDMOUTH_CFLAGS)                   \
	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""

LIBS =                                        \
	$(LOUDMOUTH_LIBS)                     \
	$(top_builddir)/loudmouth/libloudmouth-1.la