Add libsounds stuff. Add libsounds.

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

	* configure.in: Add libsounds stuff.
	* Makefile.am (SUBDIRS): Add libsounds.
This commit is contained in:
Richard Hestilow 2001-12-02 04:56:11 +00:00 committed by Rachel Hestilow
parent 478912430c
commit 4d7fc6d7c0
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-12-01 Richard Hestilow <hestilow@ximian.com>
* configure.in: Add libsounds stuff.
* Makefile.am (SUBDIRS): Add libsounds.
Fri Nov 30 15:35:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Added AM_GLIB_GNU_GETTEXT and

View file

@ -1,4 +1,4 @@
SUBDIRS = capplets control-center idl po
SUBDIRS = libsounds capplets control-center idl po
#I removed the root-manager for now
#
# it generated this error :

View file

@ -40,6 +40,8 @@ PKG_CHECK_MODULES(GNOMECC, $COMMON_MODULES libxml-2.0)
PKG_CHECK_MODULES(ARCHIVER, libbonobo-2.0 bonobo-config-2.0 libxml-2.0)
PKG_CHECK_MODULES(CONFIG_ARCHIVER, libbonobo-2.0 libgnome-2.0 libxml-2.0)
PKG_CHECK_MODULES(MONIKER, libbonobo-2.0 bonobo-config-2.0 libxml-2.0)
PKG_CHECK_MODULES(OLD_CAPPLET, libgnomeui-2.0 libglade-2.0 libcapplet-2.0)
PKG_CHECK_MODULES(GNOME, libgnomeui-2.0)
SCREENSAVER=screensaver
AC_PATH_PROG(XSCREENSAVER, xscreensaver, no)
@ -153,4 +155,5 @@ capplets/screensaver/Makefile
capplets/screensaver/screensavers/Makefile
capplets/screensaver/screensavers/magic.pl
capplets/sound/Makefile
libsounds/Makefile
idl/Makefile])