From 8e62072d91193b4894adda9c40544c18c1a01f57 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 23 Dec 2015 23:45:19 +0100 Subject: Revert "build: do not touch bundled files if using squareball from system" This reverts commit f835808dab3da4509253b84f79386686986afe0a. --- Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8be94e..3f70901 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,12 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ ## squareball stuff -if USE_SYSTEM_SQUAREBALL +SQUAREBALL_EXTRA_DIST_ = \ + squareball/LICENSE \ + squareball/README.md \ + $(NULL) -SQUAREBALL_EXTRA_DIST_ = +if USE_SYSTEM_SQUAREBALL SQUAREBALL_HEADERS_ = @@ -30,11 +33,6 @@ SQUAREBALL_LIBS_ = \ else -SQUAREBALL_EXTRA_DIST_ = \ - squareball/LICENSE \ - squareball/README.md \ - $(NULL) - SQUAREBALL_HEADERS_ = \ squareball/src/squareball.h \ squareball/src/squareball/sb-mem.h \ -- cgit v1.2.3-18-g5258