diff options
author | Dave Airlie <airlied@redhat.com> | 2008-01-08 15:49:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-01-08 15:49:24 +1000 |
commit | 25abf8e9b55efe51b9ef0fcde3b98c38bf3a7ba6 (patch) | |
tree | 891b782393fe6c7877cced1d51686648a736e6bd | |
parent | 8a33d2b5a820789309688855c81a4b11f8283500 (diff) |
make dist check pass
-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 61b37c8..88f6fa1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,8 @@ cirrus_drv_la_SOURCES = \ cir_driver.c \ cir.h \ CirrusClk.c \ - cir_shadow.c + cir_shadow.c \ + cir_pcirename.h cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la cirrus_alpine_la_LDFLAGS = -module -avoid-version |