all repos — openbox @ 17cc975cc9116a64bc4313324a507485ee669128

openbox fork - make it a bit more like ryudo

add the binary and urls to the Makefile and -D's
Dana Jansens danakj@orodu.net
commit

17cc975cc9116a64bc4313324a507485ee669128

parent

bf707e7240bbf86be7628c28319d463847738671

1 files changed, 9 insertions(+), 2 deletions(-)

jump to
M openbox/Makefile.amopenbox/Makefile.am

@@ -3,6 +3,10 @@ themercdir=$(datadir)/openbox

enginedir=$(libdir)/openbox/engines plugindir=$(libdir)/openbox/plugins +binary=ob3 +url=http://icculus.org/openbox +bugurl=http://bugzilla.icculus.org + CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \

@@ -10,11 +14,14 @@ -DTHEMERCDIR=\"$(themercdir)\" \

-DPLUGINDIR=\"$(plugindir)\" \ -DENGINEDIR=\"$(enginedir)\" \ -DDEFAULT_ENGINE=\"openbox\" \ --DG_LOG_DOMAIN=\"Openbox\" +-DG_LOG_DOMAIN=\"Openbox\" \ +-DBINARY=\"$(binary)\" \ +-DURL=\"$(url)\" \ +-DBUGURL=\"$(bugurl)\" LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@ -bin_PROGRAMS= ob3 +bin_PROGRAMS=$(binary) ob3_LDADD=@LIBINTL@ ../render/librender.a ob3_LDFLAGS=-export-dynamic