tests/Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sat, 21 Jun 2008 13:19:21 +0200
changeset 417 364c17252e5f
parent 398 d81f80894575
child 524 8835e4566b3a
permissions -rw-r--r--
Added inlined documentation from generated through the Gtk-doc migration script. Started moving the documentation from the tmpl file to code inline to not have it spread out over to different places and 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