Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6dbe5
)
Fixed make bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 23 Jan 2008 04:26:08 +0000
(
05:26
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 23 Jan 2008 04:26:08 +0000
(
05:26
+0100)
Added `.' to SUBDIRS in lib/Makefile.am to make sure that libdcui.la
is built before the Guile build is attempted.
lib/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
ba0fe3b
..
a1f677d
100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-1,6
+1,6
@@
EXTRA_DIST = makecmds uicmds
-SUBDIRS = guile
+SUBDIRS =
.
guile
lib_LTLIBRARIES = libdcui.la