Sound install fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-07-31 14:13:17 +00:00
parent b874ffa8f7
commit 22b5e4c517
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2002-07-31 Adam Fedor <fedor@gnu.org>
* Headers/gnustep/gui/AppKit.h: Add NSSound.
* Tools/gsnd/GNUmakefile (GNUSTEP_INSTALLATION_DIR): Add.
2002-07-30 Adam Fedor <fedor@gnu.org>
* configure.ac: Check for autofile header/libs.

View file

@ -113,6 +113,7 @@
#include <AppKit/NSSelection.h>
#include <AppKit/NSSlider.h>
#include <AppKit/NSSliderCell.h>
#include <AppKit/NSSound.h>
#include <AppKit/NSSpellChecker.h>
#include <AppKit/NSSpellProtocol.h>
#include <AppKit/NSSpellServer.h>

View file

@ -20,6 +20,8 @@
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILES)/common.make