diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-03-01 20:02:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-03-01 20:02:17 +0000 |
commit | 9869351ea133a8e0c3814423abe3c03a268fe486 (patch) | |
tree | 972dc4df0fe369a05be2189a76fd6d66019852fd /pango/Makefile.am | |
parent | 42d1230026248153bd0900455fb72fa772bb0897 (diff) | |
download | pango-9869351ea133a8e0c3814423abe3c03a268fe486.tar.gz |
Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where older
2005-03-01 Owen Taylor <otaylor@redhat.com>
* configure.in: Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0
to avoid a problem where older verisons of AM_PATH_GLIB_2_0
silently ignored gmodule-no-export causing mysterious
build failures. (#161786)
* pango/Makefile.am (DISTCLEANFILES): Move some
configure.in output files from CLEANFILES to DISTCLEANFILES.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r-- | pango/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index 25d383ae..995c99ea 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -391,13 +391,14 @@ CLEANFILES = \ pango-enum-types.h \ s-enum-types-h \ pango-enum-types.c \ - s-enum-types-c \ + s-enum-types-c + +DISTCLEANFILES = \ module-defs.h \ module-defs-x.c \ module-defs-fc.c \ module-defs-win32.c - install-data-local: install-ms-lib install-libtool-import-lib install-exec-hook: |