diff options
Diffstat (limited to 'addressbook/backend/ebook/Makefile.am')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 970618c53a..9b4634f49e 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -36,6 +36,7 @@ libebook_la_SOURCES = \ e-card-iterator.c \ e-card-list-iterator.c \ e-card-list.c \ + e-card-simple.c \ e-card.c libebookincludedir = $(includedir)/evolution/ebook @@ -49,6 +50,7 @@ libebookinclude_HEADERS = \ e-card-iterator.h \ e-card-list-iterator.h \ e-card-list.h \ + e-card-simple.h \ e-card.h test_client_SOURCES = \ |