From 6bd959b7276c557ec70a363497d2c4e432ec294f Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 26 Sep 2011 09:05:53 -0400 Subject: [PATCH] glib tests: Compile new thread tests on win32 They accidentally got added inside of a 'if OS_UNIX'. Move them out. --- glib/tests/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index 2846699..52125fb 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -181,15 +181,6 @@ dataset_LDADD = $(progs_ldadd) TEST_PROGS += sort sort_LDADD = $(progs_ldadd) -if OS_UNIX - -TEST_PROGS += unix -unix_LDADD = $(progs_ldadd) - -TEST_PROGS += unix-nothreads -unix_nothreads_SOURCES = unix.c -unix_nothreads_LDADD = $(progs_ldadd) - noinst_PROGRAMS += atomic atomic_CFLAGS = $(INCLUDES) if HAVE_GCC @@ -215,6 +206,15 @@ once_LDADD = $(progs_ldadd) TEST_PROGS += cond cond_LDADD = $(progs_ldadd) +if OS_UNIX + +TEST_PROGS += unix +unix_LDADD = $(progs_ldadd) + +TEST_PROGS += unix-nothreads +unix_nothreads_SOURCES = unix.c +unix_nothreads_LDADD = $(progs_ldadd) + #TEST_PROGS += include #include_LDADD = $(progs_ldadd) -- 2.7.4