diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-16 23:00:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-16 23:00:38 +0800 |
commit | fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74 (patch) | |
tree | 707d02f8bc2ef38c061e1186adc45f4ac641dbe4 /addressbook/gui/widgets | |
parent | cd417478c768d5cfd4d516fc2190fc8daa0f638c (diff) | |
download | gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.tar.gz gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.tar.zst gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.zip |
*Sigh.*
Fix the massive, extreme breakage introduced by shuffling around a few
addressbook-related files without updating the Makefiles.
I hope at least it builds now.
*Sigh.*
svn path=/trunk/; revision=5473
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 9afcb020ef..2d2cc902d0 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/e-reflow \ + -I$(top_srcdir)/widgets/e-table \ -I$(top_srcdir)/widgets/misc \ $(BONOBO_GNOME_CFLAGS) @@ -13,6 +14,8 @@ noinst_LIBRARIES = \ libeminicard.a libeminicard_a_SOURCES = \ + e-addressbook-model.c \ + e-addressbook-model.h \ e-minicard-control.c \ e-minicard-control.h \ e-minicard-label.c \ @@ -120,3 +123,10 @@ minicard_widget_test_LDADD = \ $(top_builddir)/widgets/e-reflow/libereflow.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a + +gladedir = $(datadir)/evolution/glade +glade_DATA = alphabet.glade + +EXTRA_DIST = \ + $(glade_DATA) \ + alphabet.glade.h |