aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-20 03:12:14 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-20 03:12:14 +0800
commitb59fc10752cd7d6e7c0affb262d441081dd9b587 (patch)
treec18f582cc1be011598113f9bcd80d831f1662988 /embed
parent6e2a790eeb65a5aba6dfa000f9161f99bf27262c (diff)
downloadgsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.gz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.bz2
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.lz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.xz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.zst
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.zip
Complete docs base implementation. Should work more or less.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/.cvsignore: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/config.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: Complete docs base implementation. Should work more or less. * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: Cleanup a bit libs build and use a static lib also for the src/ code so that we can use it for documents. * src/ephy-nautilus-view.c: Bad chpe forgot to modify func signature.
Diffstat (limited to 'embed')
-rw-r--r--embed/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index b4290efe6..30ff743e2 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -56,6 +56,3 @@ libephyembed_la_SOURCES = \
print-dialog.c \
$(INST_H_FILES) \
$(NOINST_H_FILES)
-
-libephyembed_la_LIBADD = \
- $(top_builddir)/embed/mozilla/libephymozillaembed.la