From 1d4843f92bc0b45e37a1c69611b35fb5d5f9e7a5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Sep 2003 15:17:22 +0000 Subject: [PATCH] reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR, thanks automake >:| --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.2