summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Ward <patrick@endlessm.com>2013-05-03 13:57:30 -0700
committerPatrick Ward <patrick@endlessm.com>2013-05-03 13:58:24 -0700
commit8b5be550b8ba80904702be6d864862bc12d50bf7 (patch)
treee7dc2798f92fef13df872e91705003630fb53364 /docs
parent4f4e81ca9a45a5273d6c6e2dd25e800ba59abccb (diff)
Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]
[endlessm/eos-sdk#65]
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/endless/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/endless/Makefile.am b/docs/reference/endless/Makefile.am
index 530f91d..01b7069 100644
--- a/docs/reference/endless/Makefile.am
+++ b/docs/reference/endless/Makefile.am
@@ -67,7 +67,7 @@ expand_content_files=
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) @EOS_SDK_CFLAGS@
-GTKDOC_LIBS=$(top_builddir)/libendless-@EOS_SDK_API_VERSION@.la
+GTKDOC_LIBS=$(top_builddir)/libendless-@EOS_SDK_API_VERSION@.la @EOS_SDK_LIBS@
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make