diff options
Diffstat (limited to 'src/perf/Makefile.am')
-rw-r--r-- | src/perf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perf/Makefile.am b/src/perf/Makefile.am index 5363c58..f0031fe 100644 --- a/src/perf/Makefile.am +++ b/src/perf/Makefile.am @@ -48,6 +48,7 @@ bin_PROGRAMS = \ fbobind \ fill \ genmipmap \ + glsl-compile-time \ readpixels \ swapbuffers \ teximage \ @@ -57,3 +58,4 @@ bin_PROGRAMS = \ endif glslstateschange_LDADD = libperf.la ../util/libutil.la +glsl_compile_time_LDADD = ../util/libutil.la |