Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | Install the examples to $libdir/clutter/. |
| 2 | |
| 3 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 4 | Upstream-Status: Inappropriate |
| 5 | |
| 6 | diff --git a/examples/Makefile.am b/examples/Makefile.am |
| 7 | index 4b9b449..232cd19 100644 |
| 8 | --- a/examples/Makefile.am |
| 9 | +++ b/examples/Makefile.am |
| 10 | @@ -38,6 +38,7 @@ AM_CPPFLAGS = \ |
| 11 | -I$(top_srcdir)/clutter \ |
| 12 | -I$(top_builddir)/clutter |
| 13 | |
| 14 | -noinst_PROGRAMS = $(all_examples) |
| 15 | +exampledir = $(pkglibdir)/examples |
| 16 | +example_PROGRAMS = $(all_examples) |
| 17 | |
| 18 | EXTRA_DIST = redhand.png |