* src/mm/boehm-gc/Makefile.am (AM_CPPFLAGS): Use libatomic_ops instead
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 5 Jun 2008 15:37:27 +0000 (17:37 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 5 Jun 2008 15:37:27 +0000 (17:37 +0200)
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

index 89298b010f4fa5955165ad39df34133e7a4c6406..57207d792593e2d3a5488196a9958376e7e62fe5 100644 (file)
@@ -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