blob: 53f53f2522a198b212cc9c7655d4db0c99feb411 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# add here all files
wav_DATA = abzeichen.wav augenbraue.wav auge.wav brille.wav \
fliege.wav haare.wav hut.wav ohr.wav ohrring.wav \
schnurrbart.wav uhr.wav
# this is the directory, where all datas are installed
# you have given the datas in data_DATA
wavdir = $(kde_datadir)/ktuberling/sounds/de
|