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.
12 lines
373 B
12 lines
373 B
# Makefile.am for screensavers data
|
|
|
|
METASOURCES = AUTO
|
|
|
|
if COMPILE_GL_KSAVERS
|
|
kfiresaver_DATA = kfs_particle.png kfs_particle_flare.png kfs_particle_diastar.png\
|
|
kfs_kde.png kfs_tux.png\
|
|
kfs_letters1.png kfs_letters2.png kfs_letters.desc\
|
|
kfs_explode.ogg kfs_debris.ogg
|
|
kfiresaverdir = $(kde_datadir)/kfiresaver
|
|
endif
|