Skip to content

Commit

Permalink
Merge pull request #13 from LIMXTEC/master
Browse files Browse the repository at this point in the history
pulling
  • Loading branch information
szenekonzept authored Dec 22, 2017
2 parents fbd030e + a0863e5 commit 527df51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,11 @@ libbitcoinconsensus_la_CPPFLAGS = $(CRYPTO_CFLAGS) -I$(builddir)/obj -DBUILD_BIT
endif
#

CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a *.gcda *.gcno
CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a
CLEANFILES += $(EXTRA_LIBRARIES)
CLEANFILES += *.gcda *.gcno
CLEANFILES += compat/*.gcda compat/*.gcno
CLEANFILES += consensus/*.gcda consensus/*.gcno

DISTCLEANFILES = obj/build.h

Expand Down

0 comments on commit 527df51

Please sign in to comment.