Nathan mentioned on IRC that I was on the wrong branch
(should be using 'stable', not 'master'). So I switched to
the stable branch and this build bug no longer occurs (I guess
src/libapp will be acquiring a 'views' directory to match it's
SUBDIRS at some point; that's probably work in progress
on the master branch).
Cheers
Mark Goodwin wrote:
Nathan, can you rv this and merge if OK? Thanks.
In the 'master' branch of git://oss.sgi.com/markgw/pcp/pcp-gui.git
commit 843c3557f9db566b80ab40baab785d4aaeafb85b
Author: Mark Goodwin <mgoodwin@fletch.(none)>
Date: Tue Jul 21 10:41:30 2009 +1000
minor build and packaging fix for Fedora10/11
Signed-off-by: Mark Goodwin <mgoodwin@fletch.(none)>
diff --git a/.gitignore b/.gitignore
index 9030532..5131615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ qa/src/qmc_hosts/qmc_hosts
qa/src/qmc_indom/qmc_indom
qa/src/qmc_metric/qmc_metric
qa/src/qmc_source/qmc_source
+debug*.list
diff --git a/src/libapp/GNUmakefile b/src/libapp/GNUmakefile
index e13af80..1525471 100644
--- a/src/libapp/GNUmakefile
+++ b/src/libapp/GNUmakefile
@@ -11,7 +11,7 @@ CONFFILES = $(PROJECT)
LSRCFILES = $(PROJECT).in $(SOURCES) $(HEADERS) $(UIFILES) $(QRCFILE)
LDIRT = Makefile*
-SUBDIRS = views images
+SUBDIRS = images
default: $(PROJECT)
$(SUBDIRS_MAKERULE)
|