diff options
author | mor <empty> | 1994-12-19 19:44:18 +0000 |
---|---|---|
committer | mor <empty> | 1994-12-19 19:44:18 +0000 |
commit | da55a8fc0cb44958521c755603a5c1849573c71e (patch) | |
tree | 4a0859f181401d7585e342964c609c7a9fa0618f /xc/workInProgress/Imakefile | |
parent | 0e2b726dd771b17ccd4ef4907d005436b1dbb901 (diff) |
XBUG #7159: lbx: workInProgress/Imakefile is missing "lbx" in SUBDIRS
Diffstat (limited to 'xc/workInProgress/Imakefile')
-rw-r--r-- | xc/workInProgress/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/workInProgress/Imakefile b/xc/workInProgress/Imakefile index b40657f34..7ae94459e 100644 --- a/xc/workInProgress/Imakefile +++ b/xc/workInProgress/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.1 94/04/07 16:41:49 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.1 94/04/07 16:50:10 rws Exp mor $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -7,7 +7,7 @@ XCOMM $XConsortium: Imakefile,v 1.1 94/04/07 16:41:49 rws Exp $ FRESCODIRS = Fresco Xtf #endif -SUBDIRS = $(FRESCODIRS) xsm +SUBDIRS = $(FRESCODIRS) lbx xsm MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) |