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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user