Skip to content
Snippets Groups Projects
Commit d0a4b9bb authored by Ralph Giles's avatar Ralph Giles
Browse files

Remove 'export' from the NO_DOXYGEN Makefile variable.

This was needed in the opus Makefile.am to pass the results
to submakefiles. Since we build everything from the top-level
Makefile, we don't need this for opusfile.
parent 036328d4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ EXTRA_DIST = \
doc/opus_logo.svg
# Targets to build and install just the library without the docs
opusfile install-opusfile: export NO_DOXYGEN = 1
opusfile install-opusfile: NO_DOXYGEN = 1
opusfile: all
install-opusfile: install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment