parent
c4f76d9809
commit
3040356339
6 changed files with 19 additions and 3 deletions
@ -1,3 +1,13 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
SUBDIRS = fonts images init themes other xsession input_methods backgrounds etc
|
||||
SUBDIRS = \
|
||||
fonts \ |
||||
images \ |
||||
init \ |
||||
themes \ |
||||
other \ |
||||
xsession \ |
||||
input_methods \ |
||||
backgrounds \ |
||||
etc \ |
||||
icons |
||||
|
||||
|
@ -0,0 +1,6 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
filesdir = $(datadir)/enlightenment/data/icons
|
||||
files_DATA = \
|
||||
xterm.png |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
@ -1 +0,0 @@ |
||||
Makefile.in |
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in new issue