1 --- ekiga-2.0.11/lib/gmcontacts/Makefile.am.ori 2008-03-04 15:24:08.932655000 +0800 2 +++ ekiga-2.0.11/lib/gmcontacts/Makefile.am 2008-03-04 15:26:49.797088000 +0800 3 @@ -11,9 +11,7 @@ 4 gmcontacts-dnd.h \ 5 gmcontacts-dnd.cpp \ 6 gmcontacts-convert.h \ 7 - gmcontacts-convert.cpp \ 8 - e-vcard.h \ 9 - e-vcard.c 10 + gmcontacts-convert.cpp 11 12 if DISABLE_GNOME 13 libgmcontacts_la_SOURCES += gmcontacts-gmconf.cpp 14 --- ekiga-2.0.11/lib/gmcontacts/gmcontacts-convert.cpp.ori 2008-03-04 15:24:22.612900000 +0800 15 +++ ekiga-2.0.11/lib/gmcontacts/gmcontacts-convert.cpp 2008-03-04 15:25:57.691336000 +0800 16 @@ -43,7 +43,7 @@ 17 #include "gmcontacts-convert.h" 18 #undef _GM_CONTACTS_H_INSIDE__ 19 #endif 20 -#include "e-vcard.h" 21 +#include "libebook/e-vcard.h" 22 23 gchar * 24 gmcontact_to_vcard (GmContact *contact) 25