diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2011-07-07 09:05:19 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-07-07 11:20:02 +0100 |
commit | 13db79db63ba21a74055e6d83243cd070a4d7665 (patch) | |
tree | 6ae7d4314d920348636ecf378468a167f40f723a | |
parent | f02812c0d65ca6c0dc6e6bb845d6be11714f4af6 (diff) | |
download | gtk+-13db79db63ba21a74055e6d83243cd070a4d7665.tar.gz |
docs: fix building for libgail-util
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/libgail-util/Makefile.am | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 9cba1975a4..a2f772e660 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -SUBDIRS = gdk gtk +SUBDIRS = gdk gtk libgail-util GITIGNOREFILES = */*.1 diff --git a/docs/reference/libgail-util/Makefile.am b/docs/reference/libgail-util/Makefile.am index b26dd5ce22..76825d7b4b 100644 --- a/docs/reference/libgail-util/Makefile.am +++ b/docs/reference/libgail-util/Makefile.am @@ -9,20 +9,21 @@ DOC_MODULE=gail-libgail-util3 DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml # The directory containing the source code (if it contains documentation). -DOC_SOURCE_DIR=../../../modules/other/gail/libgail-util +DOC_SOURCE_DIR=../../../libgail-util # Used for dependencies -HFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.h -CFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.c +HFILE_GLOB = $(top_srcdir)/libgail-util/*.h +CFILE_GLOB = $(top_srcdir)/libgail-util/*.c # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ + -I$(top_builddir)/libgail-util \ $(DEP_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la +GTKDOC_LIBS = $(top_builddir)/libgail-util/libgailutil-3.la # gtkdoc-mkdb related varaibles MKDB_OPTIONS = |