diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-03 19:28:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-10 19:01:22 -0700 |
commit | c5eb5d69e5183860185a05cfcce16af635cab9aa (patch) | |
tree | c8087aba08a4f9f84bb315d289fad5cc9d9bbddb /hw/xfree86 | |
parent | 1c08a37e0eb4746e8974eb7a70ca4b7b84712963 (diff) |
Record some additional library dependencies in xf86 modules
Helps with symbol resolution when building with -z defs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/int10/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/int10/Makefile.am b/hw/xfree86/int10/Makefile.am index 36d2ad0bb..f5ece69ef 100644 --- a/hw/xfree86/int10/Makefile.am +++ b/hw/xfree86/int10/Makefile.am @@ -5,6 +5,7 @@ sdk_HEADERS = xf86int10.h EXTRA_CFLAGS = libint10_la_LDFLAGS = -avoid-version +libint10_la_LIBADD = $(PCIACCESS_LIBS) COMMON_SOURCES = \ helper_exec.c \ |