From f835808dab3da4509253b84f79386686986afe0a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 23 Dec 2015 21:21:06 +0100 Subject: build: do not touch bundled files if using squareball from system --- Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3f70901..a8be94e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,13 +12,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ ## squareball stuff -SQUAREBALL_EXTRA_DIST_ = \ - squareball/LICENSE \ - squareball/README.md \ - $(NULL) - if USE_SYSTEM_SQUAREBALL +SQUAREBALL_EXTRA_DIST_ = + SQUAREBALL_HEADERS_ = SQUAREBALL_SOURCES_ = @@ -33,6 +30,11 @@ 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