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 \