diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-03-26 23:37:24 +0000 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-03-26 23:55:31 +0000 |
commit | e052fb39f3f2f428ec23465dc25a94ba16d561d2 (patch) | |
tree | 1e286eef262e04107fe7dfb7937acb7d7ea14128 /Makefile.am | |
parent | cf800710308623b29bb3e6433939a7d81a935220 (diff) | |
download | clutter-gst-e052fb39f3f2f428ec23465dc25a94ba16d561d2.tar.gz |
[build] Add shave
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7a7ebed..b0c9a8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,12 @@ -SUBDIRS = clutter-gst examples +SUBDIRS = build clutter-gst examples if BUILD_GTK_DOC SUBDIRS += doc endif -DIST_SUBDIRS = clutter-gst examples doc +DIST_SUBDIRS = build clutter-gst examples doc + +ACLOCAL_AMFLAGS = -I build/autotools clutter-gst-0.9.pc: clutter-gst.pc @cp -f clutter-gst.pc clutter-gst-0.9.pc |