Add boost and protobuf in the places where they are needed

[seph@directionless.org, andersk@mit.edu: add in even more places]
This commit is contained in:
Quentin Smith
2012-02-26 01:17:12 -05:00
committed by Keith Winstein
parent 582bf347c9
commit e8d14d35a6
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
AM_CPPFLAGS = -I$(srcdir)/../util -I$(srcdir)/../crypto -I$(builddir)/../protobufs
AM_CPPFLAGS = -I$(srcdir)/../util -I$(srcdir)/../crypto -I$(builddir)/../protobufs $(BOOST_CPPFLAGS) $(protobuf_CFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) -fno-default-inline -pipe
noinst_LIBRARIES = libmoshnetwork.a