diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-30 21:18:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-30 21:18:18 -0400 |
commit | 4fa34a534d3c5600a483a4a0b2f40939dee4ec14 (patch) | |
tree | 55d81c948ed2fb776ba5bd4941e6bcd758e39747 /WWW/Library/Implementation/CommonMakefile | |
parent | 6b6388d0c6a89daaa3c95fc3aa54e38e71c7cc15 (diff) | |
download | lynx-snapshots-4fa34a534d3c5600a483a4a0b2f40939dee4ec14.tar.gz |
snapshot of project "lynx", label v2-8-1pre_5
Diffstat (limited to 'WWW/Library/Implementation/CommonMakefile')
-rw-r--r-- | WWW/Library/Implementation/CommonMakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/CommonMakefile b/WWW/Library/Implementation/CommonMakefile index 53091228..af0d200c 100644 --- a/WWW/Library/Implementation/CommonMakefile +++ b/WWW/Library/Implementation/CommonMakefile @@ -375,6 +375,9 @@ $(LOB)/HTAccess.o : $(OE) $(CMN)HTAccess.c $(CMN)HTUtils.h $(LOB)/HTParse.o : $(OE) $(CMN)HTParse.c $(CMN)HTUtils.h $(COMPILE) $(CMN)HTParse.c +$(LOB)/HTVMS_WaisUI.o : $(OE) $(CMN)HTVMS_WaisUI.c $(CMN)HTUtils.h + $(COMPILE) $(CMN)HTVMS_WaisUI.c + $(LOB)/HTDOS.o : $(OE) $(CMN)HTDOS.c $(CMN)HTUtils.h $(COMPILE) $(CMN)HTDOS.c |