diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-11 18:38:03 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-14 12:01:35 +0100 |
commit | 3a26ccbf0d9f806d067e76a3f484170abecb36b3 (patch) | |
tree | 5478f6a444a595c5a465c807353f2f595c094958 /library.mak | |
parent | 19d3127867f001d007f98bc8c5a85c5409abf788 (diff) | |
download | ffmpeg-3a26ccbf0d9f806d067e76a3f484170abecb36b3.tar.gz |
build: doxy: Include code examples in Doxygen documentation
Diffstat (limited to 'library.mak')
-rw-r--r-- | library.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library.mak b/library.mak index 3876fe33d2..800c5e07f3 100644 --- a/library.mak +++ b/library.mak @@ -5,6 +5,7 @@ LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR) LIBMINOR := $(lib$(NAME)_VERSION_MINOR) INCINSTDIR := $(INCDIR)/lib$(NAME) +LIB_EXAMPLES := $(LIB_EXAMPLES) $(EXAMPLES) INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%) all-$(CONFIG_STATIC): $(SUBDIR)$(LIBNAME) |