tests/Makefile.am
author hallski <hallski>
Sun, 10 Sep 2006 22:09:45 +0000
changeset 175 5e665ffe3e9c
parent 131 f67d47083e3a
child 170 bba590bac876
permissions -rw-r--r--
2006-09-11 Mikael Hallendal <micke@imendio.com> * Release 1.0.5

TESTS =                                       \
	test-objects

test_objects_SOURCES =                        \
	test-objects.c                        \
	test-objects.h

if HAVE_CHECK
noinst_PROGRAMS = $(TESTS)
endif

AM_CPPFLAGS =                                 \
	-I.                                   \
	-I$(top_srcdir)                       \
	-DLM_COMPILATION                      \
	-DRUNTIME_ENDIAN                      \
	$(LM_CFLAGS)                          \
	@CHECK_CFLAGS@

LIBS =                                        \
	$(LM_LIBS)                            \
	@CHECK_LIBS@                          \
	$(top_builddir)/loudmouth/libloudmouth-1.la