annotate 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
rev   line source
72
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
1 lib_LTLIBRARIES = libSDL_sound.la
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
2
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
3 SUBDIRS = decoders test
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
4
81
c047ae35d5fa From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents: 72
diff changeset
5 libSDL_soundincludedir = $(includedir)/SDL
c047ae35d5fa From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents: 72
diff changeset
6 libSDL_soundinclude_HEADERS = \
c047ae35d5fa From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents: 72
diff changeset
7 SDL_sound.h
72
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
8
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
9 libSDL_sound_la_SOURCES = \
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
10 SDL_sound.c \
81
c047ae35d5fa From Max Horn: fixes header installation.
Ryan C. Gordon <icculus@icculus.org>
parents: 72
diff changeset
11 SDL_sound_internal.h \
72
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
12 extra_rwops.c \
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
13 extra_rwops.h
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
14
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
15 libSDL_sound_la_LDFLAGS = \
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
16 -release $(LT_RELEASE) \
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
17 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
02bb616ba974 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
18 libSDL_sound_la_LIBADD = decoders/libdecoders.la