diff options
Diffstat (limited to 'gi/Makefile.in')
-rw-r--r-- | gi/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gi/Makefile.in b/gi/Makefile.in index e1da0c9..cece166 100644 --- a/gi/Makefile.in +++ b/gi/Makefile.in @@ -87,10 +87,8 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp $(am__pkginclude_HEADERS_DIST) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \ - $(top_srcdir)/m4/jhflags.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/jhflags.m4 $(top_srcdir)/m4/python.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -129,7 +127,7 @@ LTLIBRARIES = $(pygi_LTLIBRARIES) am__DEPENDENCIES_1 = @OS_WIN32_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) _gi_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__gi_la_OBJECTS = _gi_la-gobjectmodule.lo _gi_la-pygboxed.lo \ _gi_la-pygenum.lo _gi_la-pygflags.lo _gi_la-pyginterface.lo \ _gi_la-pygobject.lo _gi_la-pygparamspec.lo \ @@ -343,6 +341,7 @@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OS_EXT = @OS_EXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ @@ -554,7 +553,8 @@ _gi_la_CPPFLAGS = \ _gi_la_LIBADD = \ $(extension_libadd) \ $(GLIB_LIBS) \ - $(GI_LIBS) + $(GI_LIBS) \ + $(FFI_LIBS) _gi_la_LDFLAGS = \ $(extension_ldflags) \ |