You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
211 B
11 lines
211 B
11 years ago
|
eventsrcdir = $(kde_datadir)/kshutdown
|
||
|
eventsrc_DATA = eventsrc
|
||
|
|
||
|
soundsdir = $(kde_datadir)/kshutdown/sounds
|
||
|
sounds_DATA = \
|
||
|
COPYRIGHT \
|
||
|
1m.ogg \
|
||
|
5m.ogg
|
||
|
|
||
|
EXTRA_DIST = $(eventsrc_DATA) $(sounds_DATA)
|