From: Dana Jansens Date: Fri, 29 Feb 2008 02:40:46 +0000 (-0500) Subject: render depends on obt, so make/install it first (fixes making deb package from it) X-Git-Tag: xkb~122 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=9d1bb266ee9e9be374944730f6e737f40393cd04 render depends on obt, so make/install it first (fixes making deb package from it) --- diff --git a/Makefile.am b/Makefile.am index 6e8cb23..b721508 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,8 @@ check_PROGRAMS = \ render/rendertest lib_LTLIBRARIES = \ - render/libobrender.la \ - obt/libobt.la + obt/libobt.la \ + render/libobrender.la bin_PROGRAMS = \ openbox/openbox \