Remove a bunch of stuff from the old control-center.

2001-07-12  Richard Hestilow  <hestilow@ximian.com>

	* Makefile.am: Remove a bunch of stuff from the old control-center.

	* configure.in: Ditto.

	* capplets/Makefile.am: Ditto.

	* po/POTFILES.in: Ditto

	* autogen.sh: Look for the right directory structure.

	* capplets/file-types/Makefile.am: Compile the file-types-* files,
	not nautilus-mime-type-* files (they were renamed.)

	* capplets/file-types/*.c: Include the renamed headers.

	* capplets/file-types/libuuid/Makefile.am: Change $(GLIB_CFLAGS)
	to @GLIB_CFLAGS@ for pkg-config purposes.
This commit is contained in:
Richard Hestilow 2001-07-12 17:01:14 +00:00 committed by Rachel Hestilow
parent 6efd5666e3
commit 24c947b83c
5 changed files with 14 additions and 15 deletions

View file

@ -22,6 +22,6 @@ libuuid_a_SOURCES = \
$(NULL)
INCLUDES = \
$(GLIB_CFLAGS) \
@GLIB_CFLAGS@ \
$(WERROR) \
$(NULL)