diff options
author | Victor Oliveira <victormatheus@gmail.com> | 2013-01-11 22:46:33 -0200 |
---|---|---|
committer | Victor Oliveira <victormatheus@gmail.com> | 2013-01-11 22:46:33 -0200 |
commit | 6195acd4e1a31648680253fd20a565ddce3659cd (patch) | |
tree | 84f5760c75017468e25bbb75c2f503de8e5a5223 /opencl | |
parent | 7b1846d65711e96f60a363266e3cae8238ff76df (diff) |
opencl: small fix in Makefile
Diffstat (limited to 'opencl')
-rw-r--r-- | opencl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/Makefile.am b/opencl/Makefile.am index c27f6352..afb93a37 100644 --- a/opencl/Makefile.am +++ b/opencl/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = $(wildcard $(srcdir)/*.cl) + $(wildcard $(srcdir)/*.pl) +EXTRA_DIST = $(wildcard $(srcdir)/*.cl) $(wildcard $(srcdir)/*.pl) |