diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:42:04 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:42:08 +0900 |
commit | fecadc1d4b1cd7bafc93313c1120a4b350e2bced (patch) | |
tree | d0f86a9e0065bf3caad68439f7536b8df0348213 /examples | |
parent | 4bfc3de521c8d93613e5153028da35406609a64f (diff) | |
download | pygobject2-fecadc1d4b1cd7bafc93313c1120a4b350e2bced.tar.gz pygobject2-fecadc1d4b1cd7bafc93313c1120a4b350e2bced.tar.bz2 pygobject2-fecadc1d4b1cd7bafc93313c1120a4b350e2bced.zip |
Imported Upstream version 3.13.3
Change-Id: Iccc41355843d1172d485c294d070b6ff691c908c
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index 90e5d57..aebd0d8 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -81,8 +81,10 @@ subdir = examples DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 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) mkinstalldirs = $(install_sh) -d |