diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-09 18:46:29 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-09 18:46:29 +0000 |
commit | bc1544c4293e6d85d6015bee4efc331ad24ca35f (patch) | |
tree | 6a9a1bfd7054b1d96545d7b2f3066f70725faa94 /audio/afsp/files | |
parent | 76e5586b4d81d2240ffc8ff80b640887270f2439 (diff) |
Notes
Diffstat (limited to 'audio/afsp/files')
-rw-r--r-- | audio/afsp/files/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile index 318c40c998d8..d10befc80865 100644 --- a/audio/afsp/files/Makefile +++ b/audio/afsp/files/Makefile @@ -11,8 +11,7 @@ BINARIES = bin/CompAudio \ bin/LPanal \ bin/LPsyn \ bin/ResampAudio -MAINHEADERS = include/AD.h \ - include/AO.h \ +MAINHEADERS = include/AO.h \ include/AObase.h \ include/libtsp.h SUBHEADERS = include/libtsp/AFdataio.h \ |