diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-27 13:01:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-27 13:01:31 +0000 |
| commit | 05a850b88e148469bfe2b996883789054fd1acbc (patch) | |
| tree | 5b40f67e1b19da4d4e8bd0754e8ffcae17ed1f61 | |
| parent | 1821fb49dd07f9a265fe354829db340a6156018c (diff) | |
build 'openbox' instead of 'openbox3'.
add the openbox.desktop file for gnome compat.
| -rw-r--r-- | openbox/Makefile.am | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 0b1fec9a..adc06bf8 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -1,8 +1,9 @@ localedir=$(datadir)/locale rcdir=$(datadir)/openbox plugindir=$(libdir)/openbox/plugins +desktopfilesdir=$(datadir)/gnome/wm-properties -binary=openbox3 +binary=openbox url=http://openbox.org/ CPPFLAGS=$(X_CFLAGS) $(SM_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) \ @@ -21,13 +22,13 @@ LIBS=$(X_LIBS) $(SM_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) \ bin_PROGRAMS=$(binary) -openbox3_LDADD=-lobrender -L../render -lobparser -L../parser -openbox3_LDFLAGS=-export-dynamic -openbox3_SOURCES=action.c client.c config.c \ - extensions.c focus.c frame.c grab.c menu.c menu_render.c \ - openbox.c framerender.c plugin.c prop.c screen.c \ - stacking.c dispatch.c event.c group.c timer.c xerror.c \ - moveresize.c startup.c popup.c dock.c window.c +openbox_LDADD=-lobrender -L../render -lobparser -L../parser +openbox_LDFLAGS=-export-dynamic +openbox_SOURCES=action.c client.c config.c \ + extensions.c focus.c frame.c grab.c menu.c menu_render.c \ + openbox.c framerender.c plugin.c prop.c screen.c \ + stacking.c dispatch.c event.c group.c timer.c xerror.c \ + moveresize.c startup.c popup.c dock.c window.c noinst_HEADERS=action.h client.h config.h dispatch.h event.h extensions.h \ focus.h frame.h framerender.h geom.h gettext.h grab.h group.h \ @@ -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 \ dock.h window.h +desktopfiles_DATA=openbox.desktop + MAINTAINERCLEANFILES=Makefile.in distclean-local: |
