~ubuntu-branches/ubuntu/quantal/launchpad-integration/quantal

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-01-25 14:55:14 UTC
  • Revision ID: james.westby@ubuntu.com-20110125145514-uyer36wsj3gjrf6z
Tags: 0.1.48
lib/Makefile.am: Correct usage of _PACKAGES and _EXPORT_PACKAGES when
generating the gir file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
if USE_GTK3
43
43
LaunchpadIntegration-3.0.gir: $(lpilib) Makefile
44
 
LaunchpadIntegration_3_0_gir_PACKAGES = launchpad-integration
 
44
LaunchpadIntegration_3_0_gir_PACKAGES = gtk+-3.0
 
45
LaunchpadIntegration_3_0_gir_EXPORT_PACKAGES = launchpad-integration-3.0
45
46
LaunchpadIntegration_3_0_gir_INCLUDES = Gtk-3.0
46
47
LaunchpadIntegration_3_0_gir_CFLAGS = $(INCLUDES)
47
48
LaunchpadIntegration_3_0_gir_LIBS = $(lpilib)