blob: 8db97d0434bad05a0df2dd852428455e7a1b58a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# add here all files
wav_DATA = anteojos.wav boca.wav cigarro.wav gafasdesol.wav \
lazo.wav ojo.wav pendiente.wav sombrero.wav \
bigote.wav ceja.wav eltipodelapatata.wav insignia.wav \
nariz.wav oreja.wav reloj.wav
# this is the directory, where all datas are installed
# you have given the datas in data_DATA
wavdir = $(kde_datadir)/ktuberling/sounds/es
|