diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-12 10:50:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:19:04 -0700 |
commit | a58e088405c7de819e1d779838dc20c8bfa7513c (patch) | |
tree | 001d95e98b6d93a16b584675d31b24145baab24f /src/cl_program.h | |
parent | c40719f3ae39964c3592e4272795dc2c6c1551d4 (diff) |
Create make-based build infrastructure
It's simple, but it works on linux at least.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cl_program.h')
-rw-r--r-- | src/cl_program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_program.h b/src/cl_program.h index fc33c79c..38386563 100644 --- a/src/cl_program.h +++ b/src/cl_program.h @@ -21,7 +21,7 @@ #define __CL_PROGRAM_H__ #include "cl_internals.h" -#include "gen/program.h" +#include "program.h" #include "CL/cl.h" #include <stdint.h> |