autotools: fix the Makefile.include to be safely included anywhere.

This way we can reuse rules rather than duplicating them.
This commit is contained in:
Cory Fields
2013-09-18 15:45:31 -04:00
parent c546dc05bb
commit 7a3df1cd94
5 changed files with 9 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
AM_CPPFLAGS = $(INCLUDES) -I$(top_builddir)/src/obj \
-I$(top_srcdir)/src/leveldb/include -I$(top_srcdir)/src/leveldb/helpers \
-I$(builddir) $(BOOST_INCLUDES)
-I$(builddir) $(BOOST_INCLUDES) $(BDB_CPPFLAGS)
AM_LDFLAGS = $(PTHREAD_CFLAGS)
noinst_LIBRARIES = libbitcoin.a