summaryrefslogtreecommitdiff
path: root/library.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-11 18:38:03 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-14 12:01:35 +0100
commit3a26ccbf0d9f806d067e76a3f484170abecb36b3 (patch)
tree5478f6a444a595c5a465c807353f2f595c094958 /library.mak
parent19d3127867f001d007f98bc8c5a85c5409abf788 (diff)
build: doxy: Include code examples in Doxygen documentation
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak1
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)