aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-12-23 23:45:19 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-12-23 23:45:19 +0100
commit8e62072d91193b4894adda9c40544c18c1a01f57 (patch)
tree8664cf3156b92e4083e0680a0a1f21e20a2b22c9
parentf835808dab3da4509253b84f79386686986afe0a (diff)
downloadblogc-8e62072d91193b4894adda9c40544c18c1a01f57.tar.gz
blogc-8e62072d91193b4894adda9c40544c18c1a01f57.tar.bz2
blogc-8e62072d91193b4894adda9c40544c18c1a01f57.zip
Revert "build: do not touch bundled files if using squareball from system"
This reverts commit f835808dab3da4509253b84f79386686986afe0a.
-rw-r--r--Makefile.am12
1 files changed, 5 insertions, 7 deletions
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 \