aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
blob: 490749471507099b19d2d3bc3e12ee842f1b567a (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
INCLUDES =          \
    -I$(includedir) 
    -I$(includedir)

bin_PROGRAMS = gncal

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

gncal_LDADD = \
    $(GNOMEUI_LIBS) \
    $(top_builddir)/support/libsupport.a \
    $(INTLLIBS)

EXTRA_DIST = \
    gncal.desktop

Productivitydir = $(datadir)/apps/Productivity

Productivity_DATA = gncal.desktop