diff options
author | Pauli Nieminen <suokkos@gmail.com> | 2010-03-10 13:35:59 +0200 |
---|---|---|
committer | Pauli Nieminen <suokkos@gmail.com> | 2010-03-17 11:48:00 +0200 |
commit | 21105bc186d188f0bfc2f41c52b4b0ceb6742cf5 (patch) | |
tree | 2ab7cc7a721954530c0abea46a115a3b6e6446e5 /Makefile.am | |
parent | df7157fe2e28796ae1f6d938b850e08c8e1d382d (diff) |
libdrm: Move intel_atomic.h to libdrm core for sharing.
intel_atomic.h includes very usefull atomic operations for
lock free parrallel access of variables. Moving these to
core libdrm for code sharing with radeon.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ee3ccc70..25d17470 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,7 @@ libdrm_la_SOURCES = \ xf86drmRandom.c \ xf86drmSL.c \ xf86drmMode.c \ + xf86atomic.h \ libdrm_lists.h libdrmincludedir = ${includedir} |