equal
deleted
inserted
replaced
2 ## Makefile.am for SDL using the Enlightened Sound Daemon sound driver |
2 ## Makefile.am for SDL using the Enlightened Sound Daemon sound driver |
3 |
3 |
4 noinst_LTLIBRARIES = libaudio_esd.la |
4 noinst_LTLIBRARIES = libaudio_esd.la |
5 libaudio_esd_la_SOURCES = $(SRCS) |
5 libaudio_esd_la_SOURCES = $(SRCS) |
6 |
6 |
|
7 esd_lib = \"@esd_lib@\" |
|
8 |
7 # The SDL audio driver sources |
9 # The SDL audio driver sources |
8 SRCS = SDL_esdaudio.c \ |
10 SRCS = SDL_esdaudio.c \ |
9 SDL_esdaudio.h |
11 SDL_esdaudio.h |