diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-10 10:27:54 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-10 10:27:54 -0500 |
| commit | c5155e7422668f6a176c15f2cecac6693fcf3134 (patch) | |
| tree | aeb9017b2971c05de39eebcceaeac57c7914bdb9 /Makefile.am | |
| parent | d17bc61b2434838c2105bf5c5012bcf4e404f6b1 (diff) | |
Add an openbox.desktop file for the applications/ directory
This is for gnome-session to start Openbox correctly as the window manager
See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5c312c72..660b5ef5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox secretbindir = $(libdir)/openbox +appsdir = $(datadir)/applications theme = Clearlooks @@ -414,6 +415,9 @@ nodist_pkgconfig_DATA = \ ## data ## +dist_apps_DATA = \ + data/openbox.desktop + dist_pixmap_DATA = \ data/openbox.png |
