diff options
Diffstat (limited to 'addressbook/backend/pas/Makefile.am')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 3d3dd6f082..f2cf0ffef9 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -40,19 +40,21 @@ pas_libs = \ libpas_la_SOURCES = \ $(CORBA_SOURCE) \ - pas-book.c \ pas-book-factory.c \ - pas-backend.c \ + pas-book-view.c \ + pas-book.c \ pas-backend-file.c \ + pas-backend.c \ pas-card-cursor.c libpasincludedir = $(includedir)/backend libpasinclude_HEADERS = \ - pas-book.h \ pas-book-factory.h \ - pas-backend.h \ + pas-book-view.h \ + pas-book.h \ pas-backend-file.h \ + pas-backend.h \ pas-card-cursor.h wombat_SOURCES = \ |