all repos — openbox @ 68652bb5aa037f47080499a6f9eba2684dbe1e32

openbox fork - make it a bit more like ryudo

fixes linking on some systems
Mikael Magnusson mikachu@comhem.se
commit

68652bb5aa037f47080499a6f9eba2684dbe1e32

parent

4690af7f72af76d99ee5dc48da95c5050f54be11

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -57,6 +57,11 @@ -DG_LOG_DOMAIN=\"ObRender\" \

-DDEFAULT_THEME=\"$(theme)\" render_libobrender_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +render_libobrender_la_LIBADD = \ + $(X_LIBS) \ + $(XFT_LIBS) \ + $(GLIB_LIBS) \ + $(XML_LIBS) render_libobrender_la_SOURCES = \ gettext.h \ render/color.h \

@@ -89,6 +94,9 @@ -DDATADIR=\"$(datadir)\" \

-DCONFIGDIR=\"$(configdir)\" parser_libobparser_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +render_libobparser_la_LIBADD = \ + $(GLIB_LIBS) \ + $(XML_LIBS) parser_libobparser_la_SOURCES = \ parser/parse.h \ parser/parse.c