reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR, thanks automake >:|

This commit is contained in:
Dana Jansens 2003-09-22 15:17:22 +00:00
parent b3bbc2eada
commit 1d4843f92b

View file

@ -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 \