~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        applets                 \
5
5
        doc                     \
6
6
        help                    \
7
 
        icons                   \
 
7
        data                    \
8
8
        man                     \
9
9
        po
10
10
 
11
 
if HAVE_BONOBO
12
 
SUBDIRS += bonobo
13
 
endif
14
 
 
15
 
ACLOCAL_AMFLAGS = -I m4
 
11
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
16
12
 
17
13
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --disable-scrollkeeper
18
14