1## Process this file with automake to produce Makefile.in
2
3# where to install the scripts
4scriptdir = $(pkgdatadir)/scripts
5
6# these scripts will be installed
7script_SCRIPTS = \
8	convert-2m4a.sh \
9	convert-2mp3.sh \
10	gtkpod-convert-common.sh \
11	ldif2vcf.sh \
12	mab2vcard \
13	sync-abook.sh \
14	sync-evocalendar.sh \
15	sync-evolution.sh \
16	sync-kaddressbook.sh \
17	sync-knotes.sh \
18	sync-korganizer.sh \
19	sync-ldif.sh \
20	sync-notes.sh \
21	sync-palm-jppy.py \
22	sync-thunderbird-nano.sh \
23	sync-thunderbird.sh \
24	sync-tomboy.sh \
25	sync-webcalendar.sh
26
27# these scripts will of course also go in the distribution tarball.
28EXTRA_DIST=$(script_SCRIPTS)
29