all repos — openbox @ 1d4843f92bc0b45e37a1c69611b35fb5d5f9e7a5

openbox fork - make it a bit more like ryudo

reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR, thanks automake >:|
Dana Jansens danakj@orodu.net
commit

1d4843f92bc0b45e37a1c69611b35fb5d5f9e7a5

parent

b3bbc2eadafdb6c61dc76356c2c12f59ea6ca04c

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

jump to
M Makefile.amMakefile.am

@@ -22,8 +22,8 @@ noinst_PROGRAMS = \

render/rendertest lib_LTLIBRARIES = \ - render/libobrender.la \ - parser/libobparser.la + parser/libobparser.la \ + render/libobrender.la bin_PROGRAMS = \ openbox/openbox \