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
242 B
11 lines
242 B
15 years ago
|
|
||
|
# add here all files
|
||
|
pics_DATA = blue.xpm brown.xpm cyan.xpm gray.xpm green.xpm red.xpm white.xpm\
|
||
|
green2.xpm giveup.xpm done.xpm
|
||
|
|
||
|
picsdir = $(kde_datadir)/kblackbox/pics
|
||
|
|
||
|
# extra files for "make dist"
|
||
|
EXTRA_DIST = $(pics_DATA)
|
||
|
|