aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
blob: 883c5322ae3503d1d03a807f13cd60ff8ac23182 (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
28
29
30
31
32
33
34
35
36
37
38
INCLUDES =          \
    -I$(includedir)     \
    $(GNOME_INCLUDEDIR) \
    -I../../gcalendar

bin_PROGRAMS = gncal objedit

gncal_SOURCES = \
    gncal.c         \
    gncal.h         \
    calcs.c         \
    calcs.h         \
    clist.c         \
    clist.h         \
    calendar.c      \
    calendar.h      \
    calobj.c        \
    calobj.h        \
    gncal-day-view.c    \
    gncal-day-view.h    \
    timeutil.c      \
    timeutil.h

LINK_FLAGS = \
    $(GNOME_LIBDIR) \
    $(GNOMEUI_LIBS) \
    $(INTLLIBS)

gncal_LDADD = $(LINK_FLAGS)
objedit_LDADD = $(LINK_FLAGS)

EXTRA_DIST = \
    gncal.desktop

Productivitydir = $(datadir)/apps/Productivity

Productivity_DATA = gncal.desktop