diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-11 04:42:24 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-11 04:42:24 -0800 |
commit | bb8f9179ad5798dc65b1b86ec7b34361cabf8f70 (patch) | |
tree | 03d3868f279b2d0d76481da4b826a223e6f040e7 /src/qt/Makefile.am | |
parent | 59be91ae1e8da1e679adbb7c84e8bca749daa8a7 (diff) | |
parent | fcfbf547d32640ee786f9161545061cdcd244a72 (diff) |
Merge pull request #3233 from laanwj/2013_11_autoconf
Autoconf improvements
Diffstat (limited to 'src/qt/Makefile.am')
-rw-r--r-- | src/qt/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am index 4ecd5629ea..3ede99dfa3 100644 --- a/src/qt/Makefile.am +++ b/src/qt/Makefile.am @@ -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_builddir)/src/qt \ - -I$(top_builddir)/src/qt/forms $(BOOST_INCLUDES) $(PROTOBUF_CFLAGS) \ - $(QR_CFLAGS) $(BDB_CPPFLAGS) -AM_LDFLAGS = $(PTHREAD_CFLAGS) +AM_CPPFLAGS += -I$(top_srcdir)/src \ + -I$(top_builddir)/src/qt \ + -I$(top_builddir)/src/qt/forms \ + $(PROTOBUF_CFLAGS) \ + $(QR_CFLAGS) bin_PROGRAMS = bitcoin-qt noinst_LIBRARIES = libbitcoinqt.a SUBDIRS = $(BUILD_TEST_QT) |