fix _HEADERS targets to not clobber each others

This commit is contained in:
Josh Coalson 2002-09-20 05:56:33 +00:00
parent f3911323fc
commit 4e3cf29bae
4 changed files with 8 additions and 8 deletions

View File

@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir = ${prefix}/include/FLAC++
flaccppincludedir = $(includedir)/FLAC++
include_HEADERS = \
flaccppinclude_HEADERS = \
all.h \
decoder.h \
encoder.h \

View File

@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir = ${prefix}/include/FLAC
flaccincludedir = $(includedir)/FLAC
include_HEADERS = \
flaccinclude_HEADERS = \
all.h \
assert.h \
file_decoder.h \

View File

@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir = ${prefix}/include/OggFLAC++
oggflaccppincludedir = $(includedir)/OggFLAC++
include_HEADERS = \
oggflaccppinclude_HEADERS = \
all.h \
decoder.h \
encoder.h

View File

@ -16,12 +16,12 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir = ${prefix}/include/OggFLAC
oggflaccincludedir = $(includedir)/OggFLAC
# NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready
# for distribution yet.
include_HEADERS = \
oggflaccinclude_HEADERS = \
all.h \
stream_decoder.h \
stream_encoder.h