reorder the lib_LTLIBRARIES variable, apparently this fixes installing with a DESTDIR...
authorDana Jansens <danakj@orodu.net>
Mon, 22 Sep 2003 15:17:22 +0000 (15:17 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 22 Sep 2003 15:17:22 +0000 (15:17 +0000)
Makefile.am

index 86a7e85..7b75d8b 100644 (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 \