Mercurial > SDL_sound_CoreAudio
view playsound/Makefile.am @ 349:f72fd79d6e76
Added URLs for official and unofficial versions of ModPlug.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 06 Jun 2002 18:56:05 +0000 |
parents | 259daddc2d6b |
children | c2a25d2b5784 |
line wrap: on
line source
bin_PROGRAMS = playsound INCLUDES = -I$(top_srcdir) if USE_PHYSICSFS PHYSFS_CFLG = -DSUPPORT_PHYSFS=1 PHYSFS_SRCS = physfsrwops.c 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 $(PHYSFS_SRCS)