summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-27 19:13:26 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-27 19:13:26 (GMT)
commit7bb9fdbeef33aec26e3b7b36e8a216b393a50a4b (patch)
treed61cfdc8f4ea43d287038201e851f391ca0339e0 /Source/cmUnixMakefileGenerator.h
parent459dfc753174bfb91c794addb62707b3216914cd (diff)
downloadCMake-7bb9fdbeef33aec26e3b7b36e8a216b393a50a4b.zip
CMake-7bb9fdbeef33aec26e3b7b36e8a216b393a50a4b.tar.gz
CMake-7bb9fdbeef33aec26e3b7b36e8a216b393a50a4b.tar.bz2
BUG: Check for building shared libraries should read from the make file's setting, not directly from the cache.
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 82230bc..ed0fd07 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -94,6 +94,7 @@ private:
void RecursiveGenerateCacheOnly();
void ProcessDepends(const cmMakeDepend &md);
void GenerateCacheOnly();
+ bool BuildingSharedLibs() const;
void OutputMakefile(const char* file);
void OutputMakeFlags(std::ostream&);
void OutputTargetRules(std::ostream& fout);