diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 4 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 423541f49f..a6908118da 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -33,7 +33,9 @@ component_LTLIBRARIES = libevolution-calendar.la ecalendarincludedir = $(privincludedir)/calendar/gui ecalendarinclude_HEADERS = \ - e-cal-config.h + e-cal-config.h \ + e-cal-popup.h \ + itip-utils.h search_files = tasktypes.xml memotypes.xml caltypes.xml diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 2ade11efa0..6dd8a4cd77 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -13,6 +13,12 @@ INCLUDES = \ -DPREFIX=\""$(prefix)"\" \ $(EVOLUTION_CALENDAR_CFLAGS) +ecalendarincludedir = $(privincludedir)/calendar/gui/dialogs + +ecalendarinclude_HEADERS = \ + comp-editor-page.h \ + comp-editor.h + noinst_LTLIBRARIES = libcal-dialogs.la libcal_dialogs_la_LIBADD = \ |