From 4360c962f5d583ee2e979ef011ed4941a97aa5cd Mon Sep 17 00:00:00 2001 From: Christian Thalinger Date: Thu, 5 Jun 2008 17:37:27 +0200 Subject: [PATCH] * src/mm/boehm-gc/Makefile.am (AM_CPPFLAGS): Use libatomic_ops instead of libatomic_ops-1.2, because only the former is linked into the build directory. Maybe this should go upstream? --- src/mm/boehm-gc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mm/boehm-gc/Makefile.am b/src/mm/boehm-gc/Makefile.am index 89298b010..57207d792 100644 --- a/src/mm/boehm-gc/Makefile.am +++ b/src/mm/boehm-gc/Makefile.am @@ -113,7 +113,7 @@ EXTRA_DIST += gc_cpp.cpp #AM_CXXFLAGS = @GC_CFLAGS@ #AM_CFLAGS = @GC_CFLAGS@ -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libatomic_ops-1.2/src +AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libatomic_ops/src ## FIXME: relies on internal code generated by automake. ## FIXME: ./configure --enable-dependency-tracking should be used -- 2.25.1