Merge git://github.com/avuton/flac

This commit is contained in:
Erik de Castro Lopo
2012-02-02 17:45:09 +11:00

View File

@@ -69,6 +69,7 @@ doc_DATA = \
EXTRA_DIST = $(doc_DATA) api
if FLaC__HAS_DOXYGEN
# The install targets don't copy whole directories so we have to
# handle 'api/' specially:
install-data-local:
@@ -78,3 +79,4 @@ uninstall-local:
rm -rf $(DESTDIR)$(docdir)/api
maintainer-clean-local:
rm -rf api
endif