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

« back to all changes in this revision

Viewing changes to Makefile-gir.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-09-24 09:25:42 UTC
  • mfrom: (32.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120924092542-aew8xiwg34k0pvn0
Tags: 1.33.14-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                $(GLIB_INCLUDEDIR)/glib/*.h \
84
84
                $(GLIB_INCLUDEDIR)/gobject/glib-types.h \
85
85
                gir/glib-2.0.c
 
86
if HAVE_GIO_UNIX
 
87
GLib_2_0_gir_FILES += $(GLIB_INCLUDEDIR)/glib-unix.h
 
88
endif
86
89
 
87
90
BUILT_GIRSOURCES += GLib-2.0.gir
88
91