-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.am
59 lines (46 loc) · 1.31 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
SUBDIRS = man po
bin_SCRIPTS = startlxde lxde-logout openbox-lxde
# Currently these paths are hardcoded.
xsessiondir=$(xsesspath)
xsession_DATA = LXDE.desktop
defaultsdir=$(sysconfdir)/xdg/lxsession/LXDE
defaults_DATA = autostart desktop.conf
desktopdir=$(datadir)/applications
desktop_in_files = lxde-logout.desktop.in lxde-screenlock.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
wallpapersdir=$(datadir)/lxde/wallpapers
wallpapers_DATA= \
wallpapers/lxde_blue.jpg \
wallpapers/lxde_red.jpg \
wallpapers/lxde_green.jpg
imagesdir=$(datadir)/lxde/images
images_DATA= \
images/logout-banner.png \
images/lxde-icon.png
lxpaneldir=$(sysconfdir)/xdg/lxpanel/LXDE
lxpanel_DATA=lxpanel/config
lxpanel_paneldir=$(sysconfdir)/xdg/lxpanel/LXDE/panels
lxpanel_panel_DATA=lxpanel/panel
openboxdir=$(sysconfdir)/xdg/openbox/LXDE
openbox_DATA= \
openbox/rc.xml \
openbox/menu.xml
pcmanfmdir=$(sysconfdir)/xdg/pcmanfm/LXDE
pcmanfm_DATA= \
pcmanfm/pcmanfm.conf
EXTRA_DIST = \
autostart \
desktop.conf \
LXDE.desktop.in.in \
$(desktop_in_files) \
startlxde.in \
$(wallpapers_DATA) \
$(images_DATA) \
openbox/rc.xml.in \
openbox/menu.xml \
openbox-lxde.in \
pcmanfm/pcmanfm.conf.in \
$(lxpanel_DATA) \
lxpanel/panel.in
CLEANFILES = $(bin_SCRIPTS) LXDE.desktop $(desktop_DATA)