X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2FFLAC%2B%2B%2FMakefile.am;h=b7cd83e34385f8bb964ed228d905e86b96c64ea2;hb=b1982fbc5f269dc867a2db67c8d34594ca268a3e;hp=e833c8a232c55a7cac379421c9c4decff2c5a0a5;hpb=e74bd9516cf01689a367836c10fa4bc77c194ce5;p=platform%2Fupstream%2Fflac.git diff --git a/include/FLAC++/Makefile.am b/include/FLAC++/Makefile.am index e833c8a..b7cd83e 100644 --- a/include/FLAC++/Makefile.am +++ b/include/FLAC++/Makefile.am @@ -1,5 +1,6 @@ # libFLAC++ - Free Lossless Audio Codec library -# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson +# Copyright (C) 2002-2009 Josh Coalson +# Copyright (C) 2011-2013 Xiph.Org Foundation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -29,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. flaccppincludedir = $(includedir)/FLAC++ - +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include flaccppinclude_HEADERS = \ all.h \ decoder.h \