From 8f801277df211416ca9636b3d28ead43f9f50a35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Jan 2009 12:47:51 -0600 Subject: Moving the tests so that they can guarantee to build after the library builds as otherwise they end up getting built first. --- libindicate/tests/Makefile.am | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 libindicate/tests/Makefile.am (limited to 'libindicate/tests/Makefile.am') diff --git a/libindicate/tests/Makefile.am b/libindicate/tests/Makefile.am deleted file mode 100644 index 208da5b..0000000 --- a/libindicate/tests/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ - -noinst_PROGRAMS = \ - indicate-and-crash \ - indicate-alot \ - listen-and-print - -indicate_and_crash_SOURCES = \ - indicate-and-crash.c - -indicate_and_crash_CFLAGS = \ - -I $(srcdir)/../.. \ - $(LIBINDICATE_CFLAGS) - -indicate_and_crash_LDADD = \ - ../libindicate.la \ - $(LIBINDICATE_LIBS) - -indicate_alot_SOURCES = \ - indicate-alot.c - -indicate_alot_CFLAGS = \ - -I $(srcdir)/../.. \ - $(LIBINDICATE_CFLAGS) - -indicate_alot_LDADD = \ - ../libindicate.la \ - $(LIBINDICATE_LIBS) - -listen_and_print_SOURCES = \ - listen-and-print.c - -listen_and_print_CFLAGS = \ - -I $(srcdir)/../.. \ - $(LIBINDICATE_CFLAGS) - -listen_and_print_LDADD = \ - ../libindicate.la \ - $(LIBINDICATE_LIBS) -- cgit v1.2.3