Mercurial > SDL_sound_CoreAudio
comparison Makefile.am @ 81:c047ae35d5fa
From Max Horn: fixes header installation.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 21:00:02 +0000 |
parents | 02bb616ba974 |
children | 3ce7ede90d24 |
comparison
equal
deleted
inserted
replaced
80:25ee62c6b333 | 81:c047ae35d5fa |
---|---|
1 lib_LTLIBRARIES = libSDL_sound.la | 1 lib_LTLIBRARIES = libSDL_sound.la |
2 | 2 |
3 SUBDIRS = decoders test | 3 SUBDIRS = decoders test |
4 | 4 |
5 include_HEADERS = SDL_sound.h | 5 libSDL_soundincludedir = $(includedir)/SDL |
6 | 6 libSDL_soundinclude_HEADERS = \ |
7 noinst_HEADERS = SDL_sound_internal.h | 7 SDL_sound.h |
8 | 8 |
9 libSDL_sound_la_SOURCES = \ | 9 libSDL_sound_la_SOURCES = \ |
10 SDL_sound.c \ | 10 SDL_sound.c \ |
11 SDL_sound_internal.h \ | |
11 extra_rwops.c \ | 12 extra_rwops.c \ |
12 extra_rwops.h | 13 extra_rwops.h |
13 | 14 |
14 libSDL_sound_la_LDFLAGS = \ | 15 libSDL_sound_la_LDFLAGS = \ |
15 -release $(LT_RELEASE) \ | 16 -release $(LT_RELEASE) \ |