]> sourceware.org Git - systemtap.git/commitdiff
Let runtime/staprun find sdt-config.h.
authorStan Cox <scox@redhat.com>
Thu, 16 Sep 2010 21:15:48 +0000 (17:15 -0400)
committerStan Cox <scox@redhat.com>
Thu, 16 Sep 2010 21:15:48 +0000 (17:15 -0400)
* runtime/staprun/Makefile.am (AM_CPPFLAGS): Add $(builddir)/../../includes/sys

runtime/staprun/Makefile.am
runtime/staprun/Makefile.in

index a4a94ff6c13ba174d9ffb129266930f9c66432d7..d89252da1483058b413735c9d4ff2c6f635b06f7 100644 (file)
@@ -3,6 +3,7 @@
 AM_CPPFLAGS = -D_GNU_SOURCE
 AM_CFLAGS = -Wall -Werror -Wunused -W -Wformat=2 -Wno-format-nonliteral
 AM_CPPFLAGS += -I$(srcdir)/../../includes
+AM_CPPFLAGS += -I$(builddir)/../../includes/sys
 AM_CPPFLAGS += -DBINDIR='"$(bindir)"' -DSYSCONFDIR='"$(sysconfdir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR='"$(pkglibexecdir)"'
 
 AM_CFLAGS += @PIECFLAGS@
index 3c53f8d3a7829252a97070d4c9fcbc99dbf8b6fa..5a814982c31f208195246bd82bf5ae7d421e9821 100644 (file)
@@ -219,6 +219,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AM_CPPFLAGS = -D_GNU_SOURCE -I$(srcdir)/../../includes \
+       -I$(builddir)/../../includes/sys \
        -DBINDIR='"$(bindir)"' -DSYSCONFDIR='"$(sysconfdir)"' \
        -DPKGDATADIR='"${pkgdatadir}"' \
        -DPKGLIBDIR='"$(pkglibexecdir)"'
This page took 0.031246 seconds and 5 git commands to generate.