diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-20 03:12:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-20 03:12:14 +0800 |
commit | b59fc10752cd7d6e7c0affb262d441081dd9b587 (patch) | |
tree | c18f582cc1be011598113f9bcd80d831f1662988 /lib/Makefile.am | |
parent | 6e2a790eeb65a5aba6dfa000f9161f99bf27262c (diff) | |
download | gsoc2013-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 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8215c81ac..285501655 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ INCLUDES += -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED $(WARN_CFLAGS) endif -noinst_LTLIBRARIES = libephy.la +noinst_LTLIBRARIES = libephymisc.la headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany header_DATA = $(INST_H_FILES) @@ -40,7 +40,7 @@ INST_H_FILES = \ ephy-node.h \ ephy-node-db.h -libephy_la_SOURCES = \ +libephymisc_la_SOURCES = \ eel-gconf-extensions.c \ ephy-bonobo-extensions.c \ ephy-debug.c \ @@ -69,10 +69,6 @@ libephy_la_SOURCES = \ $(INST_H_FILES) \ $(NOINST_H_FILES) -libephy_la_LIBADD = \ - $(top_builddir)/lib/widgets/libephywidgets.la \ - $(top_builddir)/lib/egg/libegg.la - BUILT_SOURCES=ephy-marshal.c ephy-marshal.h CLEAN_FILES = $(BUILT_SOURCES) |