diff options
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index ed17a8aa6c..90aa6c628b 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -9,9 +9,10 @@ gnorba_DATA = gnomecal.gnorba help_base = $(datadir)/gnome/help/cal if HAVE_GNOME_PILOT -EXTRA_PROGRAMS = todo-conduit-control-applet calendar-conduit-control-applet -endif +bin_PROGRAMS = gnomecal todo-conduit-control-applet calendar-conduit-control-applet +else bin_PROGRAMS = gnomecal +endif INCLUDES = \ -I$(includedir) \ |