diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-09 12:52:10 (GMT) |
---|---|---|
committer | Mathias Gumz <mathias gumz at gmail com> | 2011-04-18 06:50:44 (GMT) |
commit | 86c9b100f3e27f5b3136f4a1d37b703306e7ddd9 (patch) | |
tree | 270a0a0f2d37f29cc80676632085707ffce7cd97 /src/tests | |
parent | 8b6943ab1c3862d217e89e1c91582c905c71fbd0 (diff) | |
download | fluxbox-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.zip fluxbox-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.tar.bz2 |
Fix VPATH builds
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 1b82135..53e1ddc 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | INCLUDES= -I.. | 1 | INCLUDES= -I$(top_srcdir)/src |
2 | 2 | ||
3 | noinst_PROGRAMS= \ | 3 | noinst_PROGRAMS= \ |
4 | testTexture \ | 4 | testTexture \ |