From: Dana Jansens Date: Thu, 20 Mar 2003 22:06:08 +0000 (+0000) Subject: add the binary and urls to the Makefile and -D's X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=17cc975cc9116a64bc4313324a507485ee669128;p=chaz%2Fopenbox add the binary and urls to the Makefile and -D's --- 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