diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-17 15:22:37 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-17 15:22:37 +1000 |
commit | 09c6ce0beab11d378e661dbdc57e311b16c35aea (patch) | |
tree | d17dadd10d803dc5d4be34393a38e23c5bb67dd8 /src | |
parent | a57b784ddfdc9369f6dfe498333c25bfea883e8f (diff) |
apm: fix make dist.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ad26a0c..6993ffc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ apm_drv_la_LDFLAGS = -module -avoid-version apm_drv_ladir = @moduledir@/drivers apm_drv_la_SOURCES = \ + compat-api.h \ apm_accel.c \ apm_cursor.c \ apm_dga.c \ |