diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-28 17:44:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-28 17:44:45 +0100 |
commit | 17884af4eda01c05e7429ed6a195f3e4ceeff892 (patch) | |
tree | fa8c0fa6936297f58098ed10b38cd74deb957e88 /src/legacy | |
parent | 28c0ca676c47e7e38fabdd9ef24a70bd26701f33 (diff) |
Repair the damage to 'make distcheck' after splitting out i810
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/legacy')
-rw-r--r-- | src/legacy/Makefile.am | 2 | ||||
-rw-r--r-- | src/legacy/i810/Makefile.am | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/legacy/Makefile.am b/src/legacy/Makefile.am index af10c016..206ac9ce 100644 --- a/src/legacy/Makefile.am +++ b/src/legacy/Makefile.am @@ -3,7 +3,7 @@ noinst_LTLIBRARIES = liblegacy.la NULL:=# -liblegacy_la_SOURCES = +liblegacy_la_SOURCES = legacy.h liblegacy_la_LIBADD = if ! KMS_ONLY diff --git a/src/legacy/i810/Makefile.am b/src/legacy/i810/Makefile.am index aab7f512..3676da6d 100644 --- a/src/legacy/i810/Makefile.am +++ b/src/legacy/i810/Makefile.am @@ -2,7 +2,10 @@ SUBDIRS = xvmc noinst_LTLIBRARIES = liblegacy-i810.la -AM_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ @PCIACCESS_CFLAGS@ -I$(top_srcdir)/src +AM_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ @PCIACCESS_CFLAGS@ \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/legacy \ + $(NULL) liblegacy_i810_la_SOURCES = \ i810_accel.c \ @@ -27,7 +30,6 @@ endif if XVMC liblegacy_i810_la_SOURCES += \ - i810_hwmc.h \ i810_hwmc.c \ $(NULL) endif |