diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-03 02:32:14 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-03 02:32:14 +0800 |
commit | 3014d0ac205f89e275945ceea1392caaa69ff6fc (patch) | |
tree | 2e226c6ba97111bfc0f35fe104cda8ca76dc3591 /widgets/misc/Makefile.am | |
parent | 627a7965cee501fe21d7c0c987d7cac9f6cf3cdf (diff) | |
download | gsoc2013-evolution-3014d0ac205f89e275945ceea1392caaa69ff6fc.tar.gz gsoc2013-evolution-3014d0ac205f89e275945ceea1392caaa69ff6fc.tar.zst gsoc2013-evolution-3014d0ac205f89e275945ceea1392caaa69ff6fc.zip |
accessor (e_pilot_settings_set_source): ditto (build_ui): show the source
2004-08-01 JP Rosevear <jpr@novell.com>
* e-pilot-settings.c (e_pilot_settings_get_source): accessor
(e_pilot_settings_set_source): ditto
(build_ui): show the source option menu
(e_pilot_settings_new): use above
* e-pilot-settings.h: add prototypes
svn path=/trunk/; revision=26797
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 17dbc62d74..8e399c6bfb 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -11,7 +11,16 @@ privlib_LTLIBRARIES = \ widgetsincludedir = $(privincludedir)/widgets +if ENABLE_PILOT_CONDUITS +pilot_sources = e-pilot-settings.c +pilot_headers = e-pilot-settings.h +else +pilot_sources = +pilot_headers = +endif + widgetsinclude_HEADERS = \ + $(pilot_headers) \ e-activity-handler.h \ e-calendar.h \ e-calendar-item.h \ @@ -42,6 +51,7 @@ widgetsinclude_HEADERS = \ libemiscwidgets_la_SOURCES = \ $(MARSHAL_GENERATED) \ $(widgetsinclude_HEADERS) \ + $(pilot_sources) \ e-activity-handler.c \ e-calendar.c \ e-calendar-item.c \ |