~ubuntu-branches/ubuntu/saucy/libbonobo/saucy-proposed

« back to all changes in this revision

Viewing changes to idl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-03 12:04:00 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903120400-ellzl8tvyqcwz349
Tags: 2.31.91-0ubuntu1
* New upstream release
* debian/control:
  - Drop build-depends on libdbus-1-dev, libdbus-glib-1-dev
  - Bump build-depends on libglib2.0-dev
  - Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        -module -avoid-version -no-undefined
64
64
 
65
65
$(IMODULE_SOURCE): $(idl_DATA) $(ORBIT_IDL)
66
 
        $(ORBIT_IDL) $(idl_flags) --imodule $(top_srcdir)/idl/Bonobo.idl
 
66
        $(AM_V_GEN) $(ORBIT_IDL) $(idl_flags) --imodule $(top_srcdir)/idl/Bonobo.idl
67
67
 
68
68
BUILT_SOURCES = $(IMODULE_SOURCE)
69
69
CLEANFILES = $(BUILT_SOURCES)