~bregma/libgrip/raring-lp-1188693

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2011-07-29 13:20:22 UTC
  • mfrom: (38.3.4 lp-744911)
  • Revision ID: stephen.webb@canonical.com-20110729132022-lawxv7rc8j0fsh7m
Added documentation (LP: #744911)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src bindings examples/rectangle-mover
 
1
SUBDIRS = src bindings examples/rectangle-mover doc
2
2
 
3
3
pkgconfigdir = $(libdir)/pkgconfig
4
4
pkgconfig_DATA = libgrip.pc
9
9
 
10
10
ACLOCAL_AMFLAGS=-I m4
11
11
 
12
 
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
 
12
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --enable-localinstall
13
13
 
14
14
dist-hook:
15
15
        @if test -d "$(top_srcdir)/.bzr";                                                               \