~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to Makefile-examples.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-03-22 00:32:36 UTC
  • mfrom: (1.4.1 upstream) (3.3.33 multiarch)
  • Revision ID: james.westby@ubuntu.com-20110322003236-4spdgfk1vai6xay1
Tags: 0.10.4-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_PROGRAMS += glib-print
 
2
 
 
3
glib_print_SOURCES = examples/glib-print.c
 
4
glib_print_CFLAGS = $(GOBJECT_CFLAGS) -I$(top_srcdir)/girepository
 
5
glib_print_LDADD = libgirepository-1.0.la $(GOBJECT_LIBS)