]> Dogcows Code - chaz/openbox/commitdiff
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 86a7e85d36068146af1247f9d9f69cab7004c13c..7b75d8b4975ef124e18ec649b3168b27381b1db2 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 \
This page took 0.021531 seconds and 4 git commands to generate.