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.
15 lines
315 B
15 lines
315 B
etcfilesdir = $(sysconfdir)/enlightenment |
|
etcfiles_DATA = |
|
|
|
if INSTALL_SYSACTIONS |
|
etcfiles_DATA += data/etc/sysactions.conf |
|
endif |
|
|
|
etcmenusdir = $(sysconfdir)/xdg/menus |
|
etcmenus_DATA = |
|
|
|
if INSTALL_ENLIGHTENMENT_MENU |
|
etcmenus_DATA += data/etc/enlightenment.menu |
|
endif |
|
|
|
EXTRA_DIST += $(etcfiles_DATA) $(etcmenus_DATA)
|
|
|