diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:56 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:56 +0000 |
commit | 3164dff98e933252249afc0de9e8469b9696fd42 (patch) | |
tree | 48d44f55d5d32015269c688656a8ef4f7ed7a5eb /buildlib/makefile.in | |
parent | f55ece0eae40e44dca027528a6f11091279d72b3 (diff) |
Progress meter
Author: jgg
Date: 1998-08-19 06:16:08 GMT
Progress meter
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 093ac204c..f53b8cca9 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -6,6 +6,7 @@ SRCDIR=@top_srcdir@ SUBDIRS:=./doc ./bin ./obj ./include/apt-pkg ./include/deity +SUBDIRS+=./obj/doc ./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline BUILD:=$(shell pwd) export BUILD |