diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-05 19:26:15 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-05 19:26:15 +0100 |
commit | 9a5e19597be4f5ee4c1030e4a716207789e78668 (patch) | |
tree | 35b0cbabf4db38ab2bc6734740db9e5284aca4cc /src/Makefile.am | |
parent | 2e35bc316d7b74feca177c87a49a8050a2a0ff00 (diff) |
cirrus: convert to compat server API.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f2cb24f..c649b3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,8 @@ cirrus_drv_la_SOURCES = \ cir.h \ CirrusClk.c \ cir_shadow.c \ - cir_pcirename.h + cir_pcirename.h \ + compat-api.h cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la cirrus_alpine_la_LDFLAGS = -module -avoid-version |