diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 06:48:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 06:48:14 +0800 |
commit | 695591dd9377db47cd34b169e7c12baa2bc581e6 (patch) | |
tree | cd878e51ce8e84466346c5cb53e472999467255b /addressbook/contact-editor/Makefile.am | |
parent | 8139fd12a7fcc74935a4d318f0f9554f2e2b03c2 (diff) | |
download | gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.gz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.bz2 gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.lz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.xz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.zst gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.zip |
Make ETable use EScrollFrame instead of GtkScrolledWindow.
svn path=/trunk/; revision=3515
Diffstat (limited to 'addressbook/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 1ed9f8b0c3..8ad4b7925e 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -38,6 +38,7 @@ contact_editor_test_LDADD = \ $(GNOMEGNORBA_LIBS) \ $(BONOBO_GNOME_LIBS) \ $(top_builddir)/widgets/e-table/libetable.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a \ $(EXTRA_GNOME_LIBS) |