summaryrefslogtreecommitdiff
path: root/library.mak
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2012-10-29 16:26:59 +0100
committerAnton Khirnov <anton@khirnov.net>2012-11-02 18:28:56 +0100
commitb3fab1f2cd22bfaee95831af57a65f803f03083c (patch)
treeab5be8965a9c01115abd20dcba3f59143ff75950 /library.mak
parent34871beb5eb6bc59f5e58326a214efd88a4c2ccd (diff)
doc: add apidoc target for doxygen API documentation
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.mak b/library.mak
index cbfa0d48e1..33ec37f1cd 100644
--- a/library.mak
+++ b/library.mak
@@ -6,6 +6,8 @@ LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
INCINSTDIR := $(INCDIR)/lib$(NAME)
+INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%)
+
all-$(CONFIG_STATIC): $(SUBDIR)$(LIBNAME)
all-$(CONFIG_SHARED): $(SUBDIR)$(SLIBNAME)