diff options
author | Sami Kerola <kerolasa@iki.fi> | 2013-02-12 22:05:45 (GMT) |
---|---|---|
committer | Sami Kerola <kerolasa@iki.fi> | 2013-05-26 09:38:10 (GMT) |
commit | 73b79587708d49adfec3edb464fd0970fc9f9022 (patch) | |
tree | 17a8fd36635ccf8e56d5f4fa821678665348dab6 /src/tests | |
parent | f5bfd27f524d33e9aebf502dc6c0e8ff316fed7c (diff) | |
download | fluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.zip fluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.tar.bz2 |
build-sys: include config.h to all files using automake
Do not try to be too smart which compilations need config.h, as most of
them will simply because of the config.h has information about system
capabilities.
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 6b3809d..62d7604 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | AM_CPPFLAGS= -I$(top_srcdir)/src | 1 | AM_CPPFLAGS= -I$(top_srcdir)/src -include $(top_builddir)/config.h |
2 | 2 | ||
3 | noinst_PROGRAMS= \ | 3 | noinst_PROGRAMS= \ |
4 | testTexture \ | 4 | testTexture \ |