Skip to content
Commit fd33a9b3 authored by Pierre-Jean Texier's avatar Pierre-Jean Texier Committed by Richard Purdie
Browse files

Makefile.am: use BUILT_SOURCES instead of BUILD_SOURCES



Since commit f7a354dd ("Generate image headers from their PNG source, while still including them in dist tarball")
headers files are generated from autotools by using BUILD_SOURCES variable.

But when generating header files, it is important to generate the files before the
rest of the sources are compiled. So, the BUILT_SOURCES variable must be used in
this case.

Fixes:

psplash.c:17:10: fatal error: psplash-bar-img.h: No such file or directory
 #include "psplash-bar-img.h"

Signed-off-by: default avatarPierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent f7a354dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment