From 99cc2d2cc853adee9495c9d0d6c8d555c253e35d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 3 Oct 2000 19:14:25 +0000 Subject: set invalid FILE* to NULL afterward, avoid segfaults. 2000-10-03 Havoc Pennington * gconf/gconfd.c (close_append_handle): set invalid FILE* to NULL afterward, avoid segfaults. * Makefile.am: add install-schemas target here which recurses into standard-schemas and runs install-schemas * standard-schemas/Makefile.am (install-schemas): Move schema installation to a special target install-schemas which must be run manually _after_ make install. This should resolve problems people are having with RPMs and such. However it means spec files have to explicitly add a 'make install-schemas' --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 630edd21..60b02025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,5 @@ install-data-local: echo $(WARNING_MESSAGE) && \ echo "**************" +install-schemas: + (cd standard-schemas && $(MAKE) $(AM_MAKEFLAGS) install-schemas) -- cgit v1.2.1