From: Dana Jansens Date: Mon, 22 Sep 2003 15:17:22 +0000 (+0000) Subject: reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1d4843f92bc0b45e37a1c69611b35fb5d5f9e7a5;p=chaz%2Fopenbox reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR, thanks automake >:| --- diff --git a/Makefile.am b/Makefile.am index 86a7e85d..7b75d8b4 100644 --- a/Makefile.am +++ b/Makefile.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 \