configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common

This commit is contained in:
Luke Dashjr
2013-09-09 02:02:28 +00:00
committed by Wladimir J. van der Laan
parent fb4a31a26c
commit eb12a14da7
6 changed files with 21 additions and 24 deletions

View File

@@ -1,10 +1,6 @@
include $(top_srcdir)/src/Makefile.include
AM_CPPFLAGS = $(INCLUDES) -I$(top_builddir)/src/obj \
-I$(top_srcdir)/src/leveldb/include -I$(top_srcdir)/src/leveldb/helpers \
-I$(top_srcdir)/src $(BOOST_INCLUDES) $(BDB_CPPFLAGS)
AM_LDFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS += -I$(top_srcdir)/src
bin_PROGRAMS = test_bitcoin