diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-12 07:42:22 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-12 07:42:22 +0800 |
commit | c7e5e9a3f20b291d9212849221d186fcb0aa207a (patch) | |
tree | 22e8d57bac293fddd6798ba035b53e9202f4eae7 /addressbook | |
parent | c6737bc9e8da67083a455a2b3f0e5704290ab06c (diff) | |
download | gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.gz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.bz2 gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.lz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.xz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.zst gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.zip |
Fix make dist
svn path=/trunk/; revision=7417
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 771f3e9d76..08d206f1f7 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -31,6 +31,7 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_builddir)/addressbook/ename \ -I$(top_builddir)/shell/importer \ + -I$(top_srcdir)/shell/importer \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) @@ -142,3 +143,5 @@ CLEANFILES += $(BUILT_SOURCES) oafdir = $(datadir)/oaf oaf_DATA = GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo + +EXTRA_DIST = $(oaf_DATA) |