diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-08 03:44:52 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-08 03:44:52 +0800 |
commit | 4240936670ed87c2b68e89476463c9eb21792f67 (patch) | |
tree | 121a27f73f88c40b9dab6a4b9d4d5660ea79c4ba | |
parent | 6a9b75a4a057d5f7f7db11b8b287b8777dc5204e (diff) | |
download | gsoc2013-epiphany-4240936670ed87c2b68e89476463c9eb21792f67.tar.gz gsoc2013-epiphany-4240936670ed87c2b68e89476463c9eb21792f67.tar.zst gsoc2013-epiphany-4240936670ed87c2b68e89476463c9eb21792f67.zip |
doc: fix distcheck, link to the new history library
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index dc2a29ae4..10cb29c71 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -115,6 +115,7 @@ GTKDOC_CFLAGS = -DEPIPHANY_COMPILATION \ -I$(top_builddir)/embed \ -I$(top_srcdir)/src/bookmarks \ -I$(top_srcdir)/lib/egg \ + -I$(top_srcdir)/lib/history \ -I$(top_builddir)/lib/egg \ $(DEPENDENCIES_CFLAGS) \ $(DBUS_CFLAGS) \ @@ -125,6 +126,7 @@ GTKDOC_LIBS = \ $(top_builddir)/src/bookmarks/libephybookmarks.la \ $(top_builddir)/embed/libephyembed.la \ $(top_builddir)/lib/widgets/libephywidgets.la \ + $(top_builddir)/lib/history/libephyhistory.la \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ $(DEPENDENCIES_LIBS) \ |