mirror of https://github.com/xiph/flac
Add missing files to Makefile.am
This commit is contained in:
parent
9e5dd48473
commit
db3b3045f7
|
@ -41,6 +41,7 @@ EXTRA_DIST = \
|
|||
FLAC.sln \
|
||||
FLAC-vs2005.sln \
|
||||
Makefile.lite \
|
||||
Makefile.deps \
|
||||
autogen.sh \
|
||||
config.rpath \
|
||||
depcomp \
|
||||
|
|
|
@ -36,7 +36,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|||
doc_DATA = \
|
||||
FLAC.tag
|
||||
|
||||
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA)
|
||||
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html \
|
||||
isoflac.txt $(doc_DATA)
|
||||
|
||||
distclean-local:
|
||||
rm -rf FLAC.tag html/api doxytmp
|
||||
|
|
Loading…
Reference in New Issue