diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-20 22:06:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-20 22:06:08 +0000 |
| commit | 17cc975cc9116a64bc4313324a507485ee669128 (patch) | |
| tree | 8fbadc11885f0a55b796953494aa4044be71b602 | |
| parent | bf707e7240bbf86be7628c28319d463847738671 (diff) | |
add the binary and urls to the Makefile and -D's
| -rw-r--r-- | openbox/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 5ed49c97..254025ba 100644 --- a/openbox/Makefile.am +++ b/openbox/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 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ -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 |
