diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-19 20:42:36 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-05-07 10:39:04 (GMT) |
commit | de2cca8988f43443f83f6f324c73d6ea03edfae3 (patch) | |
tree | bc8e33d8330e032d9fbcef2d801155f51b1fef99 /src | |
parent | 127ec08ae6bffeefedd06b73aea4ee2fa2bd265b (diff) | |
download | fluxbox-de2cca8988f43443f83f6f324c73d6ea03edfae3.zip fluxbox-de2cca8988f43443f83f6f324c73d6ea03edfae3.tar.bz2 |
Include src/tests in the distribution tarball
and add a configure option for building them (default: off).
This patch fixes an error when configuring the tarball, where configure complained it cannot find
src/tests/Makefile.in.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 12f86bb..cfb249a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -23,7 +23,11 @@ | |||
23 | # DEALINGS IN THE SOFTWARE. | 23 | # DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | 25 | ||
26 | SUBDIRS= FbTk | 26 | if TEST |
27 | BUILD_TEST= tests | ||
28 | endif | ||
29 | SUBDIRS= FbTk $(BUILD_TEST) | ||
30 | |||
27 | DEFAULT_MENU=@DEFAULT_MENU@ | 31 | DEFAULT_MENU=@DEFAULT_MENU@ |
28 | DEFAULT_STYLE=@DEFAULT_STYLE@ | 32 | DEFAULT_STYLE=@DEFAULT_STYLE@ |
29 | DEFAULT_KEYSFILE=@DEFAULT_KEYS@ | 33 | DEFAULT_KEYSFILE=@DEFAULT_KEYS@ |