Mercurial > SDL_sound_CoreAudio
view playsound/Makefile.am @ 489:c00e26a7e0b6
Patched compile error.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 03 Jul 2005 21:44:34 +0000 |
parents | 35dfa9d9782e |
children | 1b91006ebfef 355129c687b7 |
line wrap: on
line source
bin_PROGRAMS = playsound INCLUDES = -I$(top_srcdir) if USE_PHYSICSFS PHYSFS_CFLG = -DSUPPORT_PHYSFS=1 PHYSFS_LIBS = -lphysfs else PHYSFS_CFLG = PHYSFS_SRCS = PHYSFS_LIBS = endif playsound_CFLAGS = $(PHYSFS_CFLG) playsound_LDADD = ../libSDL_sound.la $(PHYSFS_LIBS) playsound_SOURCES = playsound.c physfsrwops.c physfsrwops.h