diff options
| author | Geoffrey Antos <dynamotwain@aim.com> | 2011-10-07 09:29:30 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-10-07 09:38:25 -0400 |
| commit | 3f870080de978e905f764b6cbc8e662a419d8983 (patch) | |
| tree | 95c12949e1e6f2abdcc654d3f170d468ccecba24 /Makefile.am | |
| parent | 303cbe76dc2dc273cd7e68a5eaf96c2af3b5d7ab (diff) | |
Make openbox-gnome-session compatible with gnome3 with gnome-session 3.0+ support.
Yay they did something nice and made it easier for other window managers to be used. How unexpected and pleasant.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c62a5944..7ed1f6a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ localedir = $(datadir)/locale configdir = $(sysconfdir)/xdg rcdir = $(configdir)/openbox xsessionsdir = $(datadir)/xsessions +gnomesessiondir = $(datadir)/gnome-session/sessions gnomewmfilesdir = $(datadir)/gnome/wm-properties pkgconfigdir = $(libdir)/pkgconfig obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt @@ -513,6 +514,9 @@ nodist_xsessions_DATA = \ data/xsession/openbox-gnome.desktop \ data/xsession/openbox-kde.desktop +dist_gnomesession_DATA = \ + data/xsession/openbox-gnome.session + dist_noinst_DATA = \ data/rc.xsd \ data/menu.xsd \ @@ -581,6 +585,7 @@ EXTRA_DIST = \ CLEANFILES = \ $(nodist_man_MANS) \ $(nodist_bin_SCRIPTS) \ + $(dist_gnomesession_DATA) \ $(nodist_xsessions_DATA) \ $(nodist_rc_SCRIPTS) \ $(nodist_libexec_SCRIPTS) |
