From 2a4a12c470586ae39a2ce5b81cd19749168c371f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 14 Jun 2012 11:49:41 -0400 Subject: Move EBookSourceConfig to /widgets/misc. EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment. --- widgets/misc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 6b81d16089..fd6997f6a4 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -24,6 +24,7 @@ widgetsinclude_HEADERS = \ e-attachment-view.h \ e-auth-combo-box.h \ e-autocomplete-selector.h \ + e-book-source-config.h \ e-buffer-tagger.h \ e-calendar.h \ e-calendar-item.h \ @@ -114,6 +115,7 @@ libemiscwidgets_la_SOURCES = \ e-attachment-view.c \ e-auth-combo-box.c \ e-autocomplete-selector.c \ + e-book-source-config.c \ e-buffer-tagger.c \ e-calendar.c \ e-calendar-item.c \ -- cgit v1.2.3