diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 19:42:37 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-05-03 19:46:04 +0200 |
commit | fdcdf8104d33437e42a48dc0374dffe9e95d939b (patch) | |
tree | 8289e48fc88fd736f2fcf7a5e67908c55434bf64 /tests/examples/gl/Makefile.am | |
parent | 44ddc9d3fcb2346cc751a1bfaf0e56ce734492c4 (diff) | |
download | gstreamer-plugins-bad-fdcdf8104d33437e42a48dc0374dffe9e95d939b.tar.gz |
examples: Add all gl subdirs to DIST_SUBDIRS to fix the build
Diffstat (limited to 'tests/examples/gl/Makefile.am')
-rw-r--r-- | tests/examples/gl/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/examples/gl/Makefile.am b/tests/examples/gl/Makefile.am index 8d7d9f774..b48d59221 100644 --- a/tests/examples/gl/Makefile.am +++ b/tests/examples/gl/Makefile.am @@ -9,9 +9,9 @@ else SUBDIRS += generic qt -#if HAVE_CLUTTER -#SUBDIRS += clutter -#endif +if HAVE_CLUTTER +SUBDIRS += clutter +endif if HAVE_SDL SUBDIRS += sdl @@ -24,3 +24,5 @@ endif endif endif + +DIST_SUBDIRS=cocoa generic qt clutter sdl gtk |