diff options
author | Patrick Ward <patrick@endlessm.com> | 2013-05-03 13:57:30 -0700 |
---|---|---|
committer | Patrick Ward <patrick@endlessm.com> | 2013-05-03 13:58:24 -0700 |
commit | 8b5be550b8ba80904702be6d864862bc12d50bf7 (patch) | |
tree | e7dc2798f92fef13df872e91705003630fb53364 | |
parent | 4f4e81ca9a45a5273d6c6e2dd25e800ba59abccb (diff) |
Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]
[endlessm/eos-sdk#65]
-rw-r--r-- | docs/reference/endless/Makefile.am | 2 |
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 |