diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:47:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:47:23 +0900 |
commit | 845babcb58537b5d2bceb8ab9947e3420415b76f (patch) | |
tree | 9e853e8d1826773320aeb08d07f031bf6d51fd17 /Makefile.in | |
parent | 0c23c15365643b062119d3e0335f62a39835fd5e (diff) | |
download | pygobject2-845babcb58537b5d2bceb8ab9947e3420415b76f.tar.gz pygobject2-845babcb58537b5d2bceb8ab9947e3420415b76f.tar.bz2 pygobject2-845babcb58537b5d2bceb8ab9947e3420415b76f.zip |
Imported Upstream version 3.3.91
Change-Id: I9f450641602d44f936337839ce08d883bb414870
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a43a678..4a1f710 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,8 +62,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ depcomp install-sh ltmain.sh missing py-compile 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/python.m4 \ - $(top_srcdir)/configure.ac + $(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 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |