diff options
author | Damien Lespiau <damien.lespiau@gmail.com> | 2009-04-28 02:36:59 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-04-28 02:36:59 +0100 |
commit | 3a6f3fb37fce7a217a4870f553a9daf70f16817b (patch) | |
tree | a5b5647e7e4cbfcaf6032ae99343404699d9a369 /Makefile.am | |
parent | af1422b9471feda6e64fcb8209aed806e5a35f41 (diff) | |
download | clutter-gst-3a6f3fb37fce7a217a4870f553a9daf70f16817b.tar.gz |
Move the tests into their own directory
Small unit tests should have their own directory separate from examples.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a0ede4c..a817b79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -SUBDIRS = build clutter-gst examples +SUBDIRS = build clutter-gst tests examples if BUILD_GTK_DOC SUBDIRS += doc endif -DIST_SUBDIRS = build clutter-gst examples doc +DIST_SUBDIRS = build clutter-gst tests examples doc ACLOCAL_AMFLAGS = -I build/autotools |