Added the help/Makefile.am and help/C/Makefile.am. If the build breaks,

2002-04-10  Kevin Breit  <mrproper@ximian.com>

	* configure.in: Added the help/Makefile.am and help/C/Makefile.am.  If the build breaks, look at this stuff.  It's not the first time I've killed the build.
	* Makefile.am: Made sure that help was in the SUBDIRS.  I don't want to break the build again. :/
This commit is contained in:
Kevin Breit 2002-04-11 02:06:40 +00:00 committed by Kevin Breit
parent f0680418d6
commit 81d862d5eb
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-04-10 Kevin Breit <mrproper@ximian.com>
* configure.in: Added the help/Makefile.am and help/C/Makefile.am. If the build breaks, look at this stuff. It's not the first time I've killed the build.
* Makefile.am: Made sure that help was in the SUBDIRS. I don't want to break the build again. :/
2002-04-10 Rachel Hestilow <hestilow@ximian.com>
* configure.in:

View file

@ -1,4 +1,4 @@
SUBDIRS = po libsounds libbackground gnome-settings-daemon capplets control-center idl schemas
SUBDIRS = help po libsounds libbackground gnome-settings-daemon capplets control-center idl schemas
#I removed the root-manager for now
#

View file

@ -208,4 +208,6 @@ capplets/ui-properties/Makefile
capplets/accessibility/Makefile
capplets/accessibility/keyboard/Makefile
schemas/Makefile
help/Makefile
help/C/Makefile
libsounds/Makefile])