diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-24 21:54:54 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-25 16:38:36 +0100 |
commit | 32b1641a59610d94c0b56bf0494b2fc1cf400e3e (patch) | |
tree | d03c7c7eac1cd4eb0d0b917b3225d3a63acf5896 /configs | |
parent | 4d04367eca66a85e26f7c0f5d6392823d13880f6 (diff) |
st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 3d4c749cf4b..9ea7588a118 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -54,6 +54,9 @@ MKLIB_OPTIONS = @MKLIB_OPTIONS@ MKDEP = @MKDEP@ MKDEP_OPTIONS = @MKDEP_OPTIONS@ INSTALL = @INSTALL@ +AWK = @AWK@ +GREP = @GREP@ +NM = @NM@ # Python and flags (generally only needed by the developers) PYTHON2 = @PYTHON2@ |