From c19bce27e638c4f174339d16cf1341d85c9c5071 Mon Sep 17 00:00:00 2001 From: Peter Iannucci Date: Fri, 6 Apr 2012 01:05:13 -0400 Subject: [PATCH] Added missing flags in src/statesync/Makefile.am (closes #93) --- src/statesync/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statesync/Makefile.am b/src/statesync/Makefile.am index 760c6f2..2c958a7 100644 --- a/src/statesync/Makefile.am +++ b/src/statesync/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(srcdir)/../util -I$(srcdir)/../terminal -I../protobufs $(BOOST_CPPFLAGS) +AM_CPPFLAGS = -I$(srcdir)/../util -I$(srcdir)/../terminal -I../protobufs $(BOOST_CPPFLAGS) $(protobuf_CFLAGS) AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) -fno-default-inline -pipe noinst_LIBRARIES = libmoshstatesync.a