[GB.SDL.SOUND]

* BUG: Add local macro for libsdl check. Should fix problems when sdl development files are not installed.



git-svn-id: svn://localhost/gambas/trunk@899 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Laurent Carlier 2007-12-31 15:19:15 +00:00
parent 8503ca8d38
commit 2313ac798d
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = @SDL_SOUND_DIR@
EXTRA_DIST = reconf spec gambas.h gb*.h

View file

@ -5,7 +5,7 @@ GB_INIT(gb.sdl.sound)
AC_PROG_LIBTOOL
dnl TODO: add a version test in GB_COMPONENT!
AM_PATH_SDL(1.2.8, [] , [touch DISABLED])
GB_PATH_SDL(1.2.8, [] , [touch DISABLED])
dnl check for SDL libs
GB_COMPONENT(

1
gb.sdl.sound/m4 Symbolic link
View file

@ -0,0 +1 @@
../gb.sdl/m4