From 1bd25848811ccd61eb4ca33a26270343829709f5 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 23 Jan 2008 05:26:08 +0100 Subject: [PATCH] Fixed make bug. Added `.' to SUBDIRS in lib/Makefile.am to make sure that libdcui.la is built before the Guile build is attempted. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index ba0fe3b..a1f677d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = makecmds uicmds -SUBDIRS = guile +SUBDIRS = . guile lib_LTLIBRARIES = libdcui.la -- 2.11.0