diff options
author | Dave Airlie <airlied@linux.ie> | 2006-08-27 08:55:02 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-08-27 08:55:02 +1000 |
commit | fef9b30a2b437c0103c33443566604027529b91d (patch) | |
tree | 7ca0494cd59e6fd96e8a16d456ad2970da53ebc3 /shared-core/Makefile.am | |
parent | 0afb877a37a33e8493628ddc267fb00650fd1840 (diff) |
initial import of nouveau code from nouveau CVS
Diffstat (limited to 'shared-core/Makefile.am')
-rw-r--r-- | shared-core/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/Makefile.am b/shared-core/Makefile.am index cd278643..f0ebf2a3 100644 --- a/shared-core/Makefile.am +++ b/shared-core/Makefile.am @@ -29,6 +29,7 @@ klibdrminclude_HEADERS = \ i915_drm.h \ mach64_drm.h \ mga_drm.h \ + nouveau_drm.h \ r128_drm.h \ radeon_drm.h \ savage_drm.h \ |