diff options
author | jim <empty> | 1988-10-18 23:02:05 +0000 |
---|---|---|
committer | jim <empty> | 1988-10-18 23:02:05 +0000 |
commit | 35fa3fed51c548beee73355dbc43454fab23a83a (patch) | |
tree | 4829c7b3a426d826ecee7019e980880eb8892406 /xc | |
parent | 76ae8d25064c8de165d4811bc6ae466046aa3f2b (diff) |
moved rgb from util to top level
Diffstat (limited to 'xc')
-rw-r--r-- | xc/Imakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/Imakefile b/xc/Imakefile index 9b6f6d113..83824fc44 100644 --- a/xc/Imakefile +++ b/xc/Imakefile @@ -16,7 +16,8 @@ BOOTSTRAPCFLAGS = #if BuildServer SERVERDIRSTOMAKE = \ $(SERVERSRC) \ - $(FONTSRC) + $(FONTSRC) \ + $(RGBSRC) #endif CLIENTDIRSTOMAKE = \ $(CLIENTSRC) \ @@ -34,7 +35,7 @@ CLIENTDIRSTOMAKE = \ $(EXTENSIONSRC) \ $(LIBSRC) -MakeSubdirs($(DIRSTOMAKE) $(RGBSRC) $(XMANSRC)) +MakeSubdirs($(DIRSTOMAKE) $(XMANSRC)) install.ln:: -mkdir $(LINTLIBDIR) |