diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-26 14:00:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-26 14:00:55 +0800 |
commit | bf556f33a21a451f17e76e7133e72b350982d123 (patch) | |
tree | 1bfcdcc8413b4eadae999f87a5d64ff93e5152d0 /addressbook/gui/widgets/Makefile.am | |
parent | 201b897c30b75fc4f7a77c778f01a4f3ee79380d (diff) | |
download | gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.gz gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.tar.zst gsoc2013-evolution-bf556f33a21a451f17e76e7133e72b350982d123.zip |
Remove gnorba stuff
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/minicard/Makefile.am: Remove gnorba stuff
* gui/minicard/e-minicard-control.gnorba: Kill
svn path=/trunk/; revision=5051
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 17f6d00548..182199c2e7 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -41,7 +41,6 @@ minicard_label_test_SOURCES = \ minicard_label_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - $(GNOMEGNORBA_LIBS) \ libeminicard.a \ $(BONOBO_GNOME_LIBS) \ $(top_builddir)/widgets/e-text/libetext.a \ @@ -52,7 +51,6 @@ minicard_test_SOURCES = \ minicard_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - $(GNOMEGNORBA_LIBS) \ libeminicard.a \ $(BONOBO_GNOME_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ @@ -71,7 +69,6 @@ reflow_test_SOURCES = \ reflow_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - $(GNOMEGNORBA_LIBS) \ $(BONOBO_GNOME_LIBS) \ libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ @@ -90,7 +87,6 @@ minicard_view_test_SOURCES = \ minicard_view_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - $(GNOMEGNORBA_LIBS) \ $(BONOBO_GNOME_LIBS) \ libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ @@ -109,7 +105,6 @@ minicard_widget_test_SOURCES = \ minicard_widget_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - $(GNOMEGNORBA_LIBS) \ $(BONOBO_GNOME_LIBS) \ libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ |