~laney/libaccounts-glib/libtool-and-gi

« back to all changes in this revision

Viewing changes to libaccounts-glib/Makefile.am

  • Committer: Iain Lane
  • Date: 2014-10-30 13:10:37 UTC
  • Revision ID: iain@orangesquash.org.uk-20141030131037-llfwkyvc9sia1len
Install the typelib files into the system (now multi-arch) typelibdir

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
girdir = $(datadir)/gir-1.0
116
116
gir_DATA = $(INTROSPECTION_GIRS)
117
117
 
118
 
typelibdir = $(libdir)/girepository-1.0
 
118
typelibdir = $(INTROSPECTION_TYPELIBDIR)
119
119
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
120
120
 
121
121
CLEANFILES += $(gir_DATA) $(typelib_DATA)