diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-21 02:57:20 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-21 02:57:20 +0800 |
commit | c2beffd03405e6db4295afd6c2982388b808cb2e (patch) | |
tree | 819e50881626c5109ccdba5abb158585a3ca148b /lib/toolbar | |
parent | 822ca51797e05edbe42b80f1a33a70a7327d732e (diff) | |
download | gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar.gz gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar.bz2 gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar.lz gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar.xz gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.tar.zst gsoc2013-epiphany-c2beffd03405e6db4295afd6c2982388b808cb2e.zip |
Merge eog-menu-api branch
2003-01-20 Marco Pesenti Gritti <marco@it.gnome.org>
* Merge eog-menu-api branch
Diffstat (limited to 'lib/toolbar')
-rw-r--r-- | lib/toolbar/Makefile.am | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/lib/toolbar/Makefile.am b/lib/toolbar/Makefile.am deleted file mode 100644 index d616b1ef5..000000000 --- a/lib/toolbar/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/lib/widgets \ - $(WARN_CFLAGS) \ - $(EPIPHANY_DEPENDENCY_CFLAGS) \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGNOME_DISABLE_DEPRECATED - -noinst_LTLIBRARIES = libephytoolbar.la - -libephytoolbar_la_SOURCES = \ - ephy-toolbar.h \ - ephy-toolbar.c \ - ephy-toolbar-bonobo-view.c \ - ephy-toolbar-bonobo-view.h \ - ephy-toolbar-editor.h \ - ephy-toolbar-editor.c \ - ephy-toolbar-item.h \ - ephy-toolbar-item.c \ - ephy-toolbar-item-factory.h \ - ephy-toolbar-item-factory.c \ - ephy-toolbar-tree-model.h \ - ephy-toolbar-tree-model.c \ - ephy-tb-button.c \ - ephy-tb-button.h \ - ephy-tbi-favicon.h \ - ephy-tbi-favicon.c \ - ephy-tbi-location.h \ - ephy-tbi-location.c \ - ephy-tbi-navigation-history.h \ - ephy-tbi-navigation-history.c \ - ephy-tbi-separator.h \ - ephy-tbi-separator.c \ - ephy-tbi-spinner.h \ - ephy-tbi-spinner.c \ - ephy-tbi-std-toolitem.h \ - ephy-tbi-std-toolitem.c \ - ephy-tbi-zoom.h \ - ephy-tbi-zoom.c - |