diff options
author | Carl Worth <cworth@cworth.org> | 2004-10-26 14:38:43 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-10-26 14:38:43 +0000 |
commit | f8e632ab1e0673cecd2ea68b3c0e6747b74d7cd6 (patch) | |
tree | 647a7a3d83435760e58b4dd66cfbd8f40fa5e879 /Makefile.am | |
parent | bf8374dba260c80ae8ee33c1eb5bddf39ae649f4 (diff) |
Add initial regression test suite.
Don't AC_SUBST a dozen different FOO_CFLAGS and FOO_LIBS. Instead, incrementally build up just CAIRO_CFLAGS and CAIRO_LIBS.
Don't list flags that should get picked up via dependency information through Requires.
Add description of move_to_show_surface.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aed2d88a..624ec133 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src +SUBDIRS = src test EXTRA_DIST = \ COPYING \ |