mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix _HEADERS targets to not clobber each others
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
includedir = ${prefix}/include/FLAC++
|
flaccppincludedir = $(includedir)/FLAC++
|
||||||
|
|
||||||
include_HEADERS = \
|
flaccppinclude_HEADERS = \
|
||||||
all.h \
|
all.h \
|
||||||
decoder.h \
|
decoder.h \
|
||||||
encoder.h \
|
encoder.h \
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
includedir = ${prefix}/include/FLAC
|
flaccincludedir = $(includedir)/FLAC
|
||||||
|
|
||||||
include_HEADERS = \
|
flaccinclude_HEADERS = \
|
||||||
all.h \
|
all.h \
|
||||||
assert.h \
|
assert.h \
|
||||||
file_decoder.h \
|
file_decoder.h \
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
includedir = ${prefix}/include/OggFLAC++
|
oggflaccppincludedir = $(includedir)/OggFLAC++
|
||||||
|
|
||||||
include_HEADERS = \
|
oggflaccppinclude_HEADERS = \
|
||||||
all.h \
|
all.h \
|
||||||
decoder.h \
|
decoder.h \
|
||||||
encoder.h
|
encoder.h
|
||||||
|
|||||||
@@ -16,12 +16,12 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
includedir = ${prefix}/include/OggFLAC
|
oggflaccincludedir = $(includedir)/OggFLAC
|
||||||
|
|
||||||
# NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready
|
# NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready
|
||||||
# for distribution yet.
|
# for distribution yet.
|
||||||
|
|
||||||
include_HEADERS = \
|
oggflaccinclude_HEADERS = \
|
||||||
all.h \
|
all.h \
|
||||||
stream_decoder.h \
|
stream_decoder.h \
|
||||||
stream_encoder.h
|
stream_encoder.h
|
||||||
|
|||||||
Reference in New Issue
Block a user