diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-07-30 09:23:22 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-07-30 09:26:23 +0100 |
commit | 2cfb703bbe7ec043d443452f4fa94f06b1ff7266 (patch) | |
tree | 686afe65b77fa47c1a5daea6509125dce679f3b9 | |
parent | 6f919264da69ed8bce6f2573629d89962a670783 (diff) |
Fix typos for distcheck
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 241c14bf..daf4e98c 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -39,13 +39,13 @@ libsna_la_SOURCES = \ sna_blt.c \ sna_composite.c \ sna_damage.c \ - snd_damage.h \ + sna_damage.h \ sna_display.c \ sna_driver.c \ - sna_driver.h \ sna_glyphs.c \ sna_gradient.c \ sna_io.c \ + sna_module.h \ sna_render.c \ sna_render.h \ sna_render_inline.h \ diff --git a/test/Makefile.am b/test/Makefile.am index 752e9974..475cb17b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,6 +21,7 @@ LDADD = libtest.la @X11_LIBS@ noinst_LTLIBRARIES = libtest.la libtest_la_SOURCES = \ + test.h \ test_display.c \ test_image.c \ test_log.c \ |