configure will set CLDC/CHUNKDC_CFLAGS from either pkg-config or the environment, but they were not used as part of INCLUDES in server/Makefile.am.
Signed-off-by: Matthew Farrellee <[email protected]> --- server/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/Makefile.am b/server/Makefile.am index 7429e27..e01f728 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@ +INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@ @CHUNKDC_CFLAGS@ @CLDC_CFLAGS@ sbin_PROGRAMS = tabled tdbadm -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
