configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
fb4a31a26c
commit
eb12a14da7
@@ -1,11 +1,10 @@
|
||||
include $(top_srcdir)/src/Makefile.include
|
||||
|
||||
AM_CPPFLAGS = $(INCLUDES) -I$(top_builddir)/src/obj \
|
||||
-I$(top_srcdir)/src/leveldb/include -I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/leveldb/helpers -I$(top_srcdir)/src/qt \
|
||||
-I$(top_builddir)/src/qt $(BOOST_INCLUDES) $(PROTOBUF_CFLAGS) \
|
||||
$(QR_CFLAGS) $(BDB_CPPFLAGS)
|
||||
AM_LDFLAGS = $(PTHREAD_CFLAGS)
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/qt \
|
||||
-I$(top_builddir)/src/qt \
|
||||
$(PROTOBUF_CFLAGS) \
|
||||
$(QR_CFLAGS)
|
||||
bin_PROGRAMS = test_bitcoin-qt
|
||||
TESTS = test_bitcoin-qt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user