aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
blob: 9cac22c259d917b0d5f039673c4df9284fc0415f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
INCLUDES =          \
    -I$(includedir)     \
    $(GNOME_INCLUDEDIR) \
    -I../../gcalendar

bin_PROGRAMS = gncal

gncal_SOURCES = \
    gncal.c     \
    gncal.h     \
    calcs.c     \
    calcs.h

gncal_LDADD = \
    $(GNOME_LIBDIR) \
    $(GNOMEUI_LIBS) \
    $(INTLLIBS) \
    ../../gcalendar/gtkcalendar.o \
    ../../gcalendar/lib_date.o

EXTRA_DIST = \
    gncal.desktop

Productivitydir = $(datadir)/apps/Productivity

Productivity_DATA = gncal.desktop