fix _HEADERS targets to not clobber each others
This commit is contained in:
parent
f3911323fc
commit
4e3cf29bae
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user