diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-25 09:42:16 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-25 16:58:36 +0100 |
commit | 31e80b2a609631d85341025d7f2d0fb818f386f5 (patch) | |
tree | 962affcc824b271f63aa3d7253e9220357ad2d5b /vmwgfx/Makefile.am | |
parent | da29c648051208b98704860f851564a80bd3b123 (diff) |
vmware: Update library dependencies
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'vmwgfx/Makefile.am')
-rw-r--r-- | vmwgfx/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vmwgfx/Makefile.am b/vmwgfx/Makefile.am index 8fe3e71..1ee6582 100644 --- a/vmwgfx/Makefile.am +++ b/vmwgfx/Makefile.am @@ -2,6 +2,7 @@ noinst_LTLIBRARIES = libvmwgfx.la libvmwgfx_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) @LIBDRM_CFLAGS@ @XATRACKER_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/saa libvmwgfx_la_LIBADD = @LIBDRM_LIBS@ $(top_srcdir)/saa/libsaa.la\ @XATRACKER_LIBS@ +libvmwgfx_la_DEPENDENCIES = $(top_srcdir)/saa/libsaa.la libvmwgfx_la_SOURCES = \ vmwgfx_driver.c \ |