diff options
author | Quentin Glidic <[email protected]> | 2012-11-28 16:33:47 +0100 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-01-10 10:34:56 -0800 |
commit | c5e9396424bb470ec55a2a29e3ef95aa76fed738 (patch) | |
tree | 916d390cd1ce9878d50f04b4309abd52be299bbc /src/mesa/program/Makefile.am | |
parent | f416b382d6ec4db0621b9a8d7225201da895b367 (diff) |
mesa/program: Fix both Classic and Gallium build
Follow-up for 907844107252260c646aca361191ef7f121f3d23 and
3a5ad21cd3f026579eeacc25b39513711556c7ee
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57044
Tested-by: Fabio Pedretti <[email protected]>
Tested-by: Brad King <[email protected]>
Diffstat (limited to 'src/mesa/program/Makefile.am')
-rw-r--r-- | src/mesa/program/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/Makefile.am b/src/mesa/program/Makefile.am index ea412f56f74..1b820465892 100644 --- a/src/mesa/program/Makefile.am +++ b/src/mesa/program/Makefile.am @@ -35,7 +35,7 @@ DRICORE_LIB = libdricore_program.la endif noinst_LTLIBRARIES = $(DRICORE_LIB) -if HAVE_GALLIUM +if NEED_LIBPROGRAM noinst_LTLIBRARIES += libprogram.la else check_LTLIBRARIES = libprogram.la |