From 5ed10dfc4cb460190959667a93846c6c091b4b0b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 8 Jan 2009 16:53:43 -0600 Subject: Adding in build support for the indicate and crash test. Will make future ones easier. --- libindicate/tests/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libindicate/tests/Makefile.am (limited to 'libindicate/tests/Makefile.am') diff --git a/libindicate/tests/Makefile.am b/libindicate/tests/Makefile.am new file mode 100644 index 0000000..1fe4856 --- /dev/null +++ b/libindicate/tests/Makefile.am @@ -0,0 +1,14 @@ + +noinst_PROGRAMS = \ + indicate-and-crash + +indicate_and_crash_SOURCES = \ + indicate-and-crash.c + +indicate_and_crash_CFLAGS = \ + -I $(srcdir)/../.. \ + $(LIBINDICATE_CFLAGS) + +indicate_and_crash_LDADD = \ + ../libindicate.la \ + $(LIBINDICATE_LIBS) -- cgit v1.2.3