~ubuntu-branches/ubuntu/precise/libpeas/precise

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-23 10:22:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223102201-qh09oft2ngs48kpd
Tags: 0.7.2-0ubuntu1
* New upstream release
* debian/control:
  - Use new GTK3 package naming
  - Bump build-depends on gobject-introspection
  - Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS=icons
2
2
 
 
3
if ENABLE_GLADE_CATALOG
 
4
SUBDIRS+=glade
 
5
endif
 
6
 
3
7
pkgconfigdir = $(libdir)/pkgconfig
4
8
pkgconfig_DATA = libpeas-1.0.pc
5
9