X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;h=ce9d1b23069964a735a5092e76e71435e0247b89;hp=54eb9f36e99015024872a662afd1da1b7a549b7e;hb=9a79c612003362a97217613b7906a4782977d373;hpb=628a1a723be893a52b715d25a2d529dc56c2dc03 diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 54eb9f3..ce9d1b2 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g +AM_CFLAGS += $(PTHREAD_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g SCRIPT_LIST = test_loop run.sh unit_tests