moved sound interface to common directory

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2002-05-12 14:58:41 +00:00
parent a1302f26db
commit f07bfd0230
4 changed files with 18 additions and 3 deletions

View file

@ -45,6 +45,7 @@ UNAME := $(shell uname)
ifeq ($(UNAME),Linux)
INCLUDES += -I/usr/X11R6/include
LIBDIRS = -L/usr/X11R6/lib
DEFINES += -DLINUX
else
LIBDIRS =
endif