# HG changeset patch # User Ryan C. Gordon # Date 1001451602 0 # Node ID c047ae35d5fac543e6706bd227b0ab6d07afad18 # Parent 25ee62c6b333a5987b2f17524f72b5b792b05adf From Max Horn: fixes header installation. diff -r 25ee62c6b333 -r c047ae35d5fa Makefile.am --- a/Makefile.am Tue Sep 25 20:02:40 2001 +0000 +++ b/Makefile.am Tue Sep 25 21:00:02 2001 +0000 @@ -2,12 +2,13 @@ SUBDIRS = decoders test -include_HEADERS = SDL_sound.h - -noinst_HEADERS = SDL_sound_internal.h +libSDL_soundincludedir = $(includedir)/SDL +libSDL_soundinclude_HEADERS = \ + SDL_sound.h libSDL_sound_la_SOURCES = \ SDL_sound.c \ + SDL_sound_internal.h \ extra_rwops.c \ extra_rwops.h