diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-23 23:45:19 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-23 23:45:19 +0100 |
commit | 8e62072d91193b4894adda9c40544c18c1a01f57 (patch) | |
tree | 8664cf3156b92e4083e0680a0a1f21e20a2b22c9 /Makefile.am | |
parent | f835808dab3da4509253b84f79386686986afe0a (diff) | |
download | blogc-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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
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 \ |