Fix libraries for indirect linking
[projects/chimara/chimara.git] / docs / reference / Makefile.am
index ac9181d8b6a0352bbbf85263a36efa4d001b56f4..f18fc4bc9963766adeeabb483e8631ffbb26a0a1 100644 (file)
@@ -86,12 +86,14 @@ content_files = version.xml \
        glk-main-function.sgml \
        glk-api-conventions.sgml \
        glk-character-encoding.sgml \
+       glk-normalization.sgml \
        glk-output.sgml \
        glk-line-input.sgml \
        glk-windows.sgml \
        glk-window-arrangement.sgml \
        glk-display-style.sgml \
        glk-other-events.sgml \
+       glk-sound-resources.sgml \
        glk-porting.sgml \
        dispatch.sgml \
        blorb.sgml \
@@ -102,6 +104,7 @@ content_files = version.xml \
 expand_content_files = \
        glk-main-function.sgml \
        glk-api-conventions.sgml \
+       glk-normalization.sgml \
        glk-output.sgml \
        glk-line-input.sgml \
        glk-window-arrangement.sgml \
@@ -112,7 +115,7 @@ expand_content_files = \
 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
 # signals and properties.
 GTKDOC_CFLAGS = -I$(top_srcdir) $(CHIMARA_CFLAGS)
-GTKDOC_LIBS =  $(top_builddir)/libchimara/libchimara.la
+GTKDOC_LIBS =  $(top_builddir)/libchimara/libchimara.la $(CHIMARA_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
@@ -138,3 +141,5 @@ dist_noinst_SCRIPTS = build-selector-table.pl
 selectors.xml: $(srcdir)/../../libchimara/gi_dispa.c
        $(PERL) build-selector-table.pl $< > $@
 
+
+-include $(top_srcdir)/git.mk