build 'openbox' instead of 'openbox3'.
add the openbox.desktop file for gnome compat.
This commit is contained in:
parent
1821fb49dd
commit
05a850b88e
1 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,9 @@
|
||||||
localedir=$(datadir)/locale
|
localedir=$(datadir)/locale
|
||||||
rcdir=$(datadir)/openbox
|
rcdir=$(datadir)/openbox
|
||||||
plugindir=$(libdir)/openbox/plugins
|
plugindir=$(libdir)/openbox/plugins
|
||||||
|
desktopfilesdir=$(datadir)/gnome/wm-properties
|
||||||
|
|
||||||
binary=openbox3
|
binary=openbox
|
||||||
url=http://openbox.org/
|
url=http://openbox.org/
|
||||||
|
|
||||||
CPPFLAGS=$(X_CFLAGS) $(SM_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) \
|
CPPFLAGS=$(X_CFLAGS) $(SM_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) \
|
||||||
|
@ -21,9 +22,9 @@ LIBS=$(X_LIBS) $(SM_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) \
|
||||||
|
|
||||||
bin_PROGRAMS=$(binary)
|
bin_PROGRAMS=$(binary)
|
||||||
|
|
||||||
openbox3_LDADD=-lobrender -L../render -lobparser -L../parser
|
openbox_LDADD=-lobrender -L../render -lobparser -L../parser
|
||||||
openbox3_LDFLAGS=-export-dynamic
|
openbox_LDFLAGS=-export-dynamic
|
||||||
openbox3_SOURCES=action.c client.c config.c \
|
openbox_SOURCES=action.c client.c config.c \
|
||||||
extensions.c focus.c frame.c grab.c menu.c menu_render.c \
|
extensions.c focus.c frame.c grab.c menu.c menu_render.c \
|
||||||
openbox.c framerender.c plugin.c prop.c screen.c \
|
openbox.c framerender.c plugin.c prop.c screen.c \
|
||||||
stacking.c dispatch.c event.c group.c timer.c xerror.c \
|
stacking.c dispatch.c event.c group.c timer.c xerror.c \
|
||||||
|
@ -35,6 +36,8 @@ noinst_HEADERS=action.h client.h config.h dispatch.h event.h extensions.h \
|
||||||
stacking.h timer.h xerror.h moveresize.h startup.h popup.h \
|
stacking.h timer.h xerror.h moveresize.h startup.h popup.h \
|
||||||
dock.h window.h
|
dock.h window.h
|
||||||
|
|
||||||
|
desktopfiles_DATA=openbox.desktop
|
||||||
|
|
||||||
MAINTAINERCLEANFILES=Makefile.in
|
MAINTAINERCLEANFILES=Makefile.in
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
|
Loading…
Reference in a new issue