Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
4e3cf29b
Commit
4e3cf29b
authored
Sep 20, 2002
by
Josh Coalson
Browse files
fix _HEADERS targets to not clobber each others
parent
f3911323
Changes
4
Hide whitespace changes
Inline
Side-by-side
include/FLAC++/Makefile.am
View file @
4e3cf29b
...
...
@@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir
=
$
{prefix}
/
include/FLAC++
flaccpp
includedir
=
$
(
include
dir)
/FLAC++
include_HEADERS
=
\
flaccpp
include_HEADERS
=
\
all.h
\
decoder.h
\
encoder.h
\
...
...
include/FLAC/Makefile.am
View file @
4e3cf29b
...
...
@@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir
=
$
{prefix}
/
include/FLAC
flacc
includedir
=
$
(
include
dir)
/FLAC
include_HEADERS
=
\
flacc
include_HEADERS
=
\
all.h
\
assert.h
\
file_decoder.h
\
...
...
include/OggFLAC++/Makefile.am
View file @
4e3cf29b
...
...
@@ -16,9 +16,9 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir
=
$
{prefix}
/
include/OggFLAC++
oggflaccpp
includedir
=
$
(
include
dir)
/OggFLAC++
include_HEADERS
=
\
oggflaccpp
include_HEADERS
=
\
all.h
\
decoder.h
\
encoder.h
include/OggFLAC/Makefile.am
View file @
4e3cf29b
...
...
@@ -16,12 +16,12 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
includedir
=
$
{prefix}
/
include/OggFLAC
oggflacc
includedir
=
$
(
include
dir)
/OggFLAC
# NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready
# for distribution yet.
include_HEADERS
=
\
oggflacc
include_HEADERS
=
\
all.h
\
stream_decoder.h
\
stream_encoder.h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment